hep.geant4.jni
Class G4PhysicsLnVector

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

public class G4PhysicsLnVector
extends G4PhysicsVector


Field Summary
 
Fields inherited from class hep.geant4.jni.G4PhysicsVector
swigCMemOwn
 
Constructor Summary
G4PhysicsLnVector()
           
G4PhysicsLnVector(double theEmin, double theEmax, long theNbin)
           
G4PhysicsLnVector(long theNbin)
           
G4PhysicsLnVector(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4PhysicsLnVector obj)
           
 
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

G4PhysicsLnVector

public G4PhysicsLnVector(long cPtr,
                         boolean cMemoryOwn)

G4PhysicsLnVector

public G4PhysicsLnVector()

G4PhysicsLnVector

public G4PhysicsLnVector(long theNbin)

G4PhysicsLnVector

public G4PhysicsLnVector(double theEmin,
                         double theEmax,
                         long theNbin)
Method Detail

getCPtr

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.