hep.geant4.jni
Class G4PhysicsFreeVector

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

public class G4PhysicsFreeVector
extends G4PhysicsVector


Field Summary
 
Fields inherited from class hep.geant4.jni.G4PhysicsVector
swigCMemOwn
 
Constructor Summary
G4PhysicsFreeVector()
           
G4PhysicsFreeVector(G4DataVector binVector, G4DataVector dataVector)
           
G4PhysicsFreeVector(long theNbin)
           
G4PhysicsFreeVector(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4PhysicsFreeVector obj)
           
 void putValue(long binNumber, double binValue, double dataValue)
           
 
Methods inherited from class hep.geant4.jni.G4PhysicsVector
getComment, getCPtr, getLowEdgeEnergy, getType, getValue, getVectorLength, isFilledVectorExist, putComment, putValue
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4PhysicsFreeVector

public G4PhysicsFreeVector(long cPtr,
                           boolean cMemoryOwn)

G4PhysicsFreeVector

public G4PhysicsFreeVector()

G4PhysicsFreeVector

public G4PhysicsFreeVector(long theNbin)

G4PhysicsFreeVector

public G4PhysicsFreeVector(G4DataVector binVector,
                           G4DataVector dataVector)
Method Detail

getCPtr

public static long getCPtr(G4PhysicsFreeVector 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

putValue

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.