hep.geant4.jni
Class G4PhysicsVector

java.lang.Object
  extended by hep.geant4.jni.G4PhysicsVector
Direct Known Subclasses:
G4LPhysicsFreeVector, G4PhysicsFreeVector, G4PhysicsLinearVector, G4PhysicsLnVector, G4PhysicsLogVector, G4PhysicsOrderedFreeVector

public class G4PhysicsVector
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4PhysicsVector(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 String getComment()
           
static long getCPtr(G4PhysicsVector obj)
           
 double getLowEdgeEnergy(long binNumber)
           
 G4PhysicsVectorType getType()
           
 double getValue(double theEnergy, SWIGTYPE_p_bool isOutRange)
           
 long getVectorLength()
           
 boolean isFilledVectorExist()
           
 void putComment(String theComment)
           
 void putValue(long binNumber, double theValue)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4PhysicsVector

public G4PhysicsVector(long cPtr,
                       boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(G4PhysicsVector obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

delete

public void delete()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getValue

public double getValue(double theEnergy,
                       SWIGTYPE_p_bool isOutRange)

putValue

public void putValue(long binNumber,
                     double theValue)

getLowEdgeEnergy

public double getLowEdgeEnergy(long binNumber)

getVectorLength

public long getVectorLength()

isFilledVectorExist

public boolean isFilledVectorExist()

putComment

public void putComment(String theComment)

getComment

public String getComment()

getType

public G4PhysicsVectorType getType()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.