hep.geant4.jni
Class G4LPhysicsFreeVector

java.lang.Object
  extended by hep.geant4.jni.G4PhysicsVector
      extended by hep.geant4.jni.G4LPhysicsFreeVector

public class G4LPhysicsFreeVector
extends G4PhysicsVector


Field Summary
 
Fields inherited from class hep.geant4.jni.G4PhysicsVector
swigCMemOwn
 
Constructor Summary
G4LPhysicsFreeVector()
           
G4LPhysicsFreeVector(long cPtr, boolean cMemoryOwn)
           
G4LPhysicsFreeVector(long nbin, double binmin, double binmax)
           
 
Method Summary
 void delete()
           
 void dumpValues()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4LPhysicsFreeVector obj)
           
 long getLastBin()
           
 double getLastEnergy()
           
 double getValue(double theEnergy, SWIGTYPE_p_bool isOutRange)
           
 int getVerboseLevel(int arg0)
           
 void putValues(long binNumber, double binValue, double dataValue)
           
 void setVerboseLevel(int value)
           
 
Methods inherited from class hep.geant4.jni.G4PhysicsVector
getComment, getCPtr, getLowEdgeEnergy, getType, getVectorLength, isFilledVectorExist, putComment, putValue
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4LPhysicsFreeVector

public G4LPhysicsFreeVector(long cPtr,
                            boolean cMemoryOwn)

G4LPhysicsFreeVector

public G4LPhysicsFreeVector()

G4LPhysicsFreeVector

public G4LPhysicsFreeVector(long nbin,
                            double binmin,
                            double binmax)
Method Detail

getCPtr

public static long getCPtr(G4LPhysicsFreeVector obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4PhysicsVector

equals

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

putValues

public void putValues(long binNumber,
                      double binValue,
                      double dataValue)

getValue

public double getValue(double theEnergy,
                       SWIGTYPE_p_bool isOutRange)
Overrides:
getValue in class G4PhysicsVector

setVerboseLevel

public void setVerboseLevel(int value)

getVerboseLevel

public int getVerboseLevel(int arg0)

getLastEnergy

public double getLastEnergy()

getLastBin

public long getLastBin()

dumpValues

public void dumpValues()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.