hep.geant4.jni
Class G4PhysicsLinearVector

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

public class G4PhysicsLinearVector
extends G4PhysicsVector


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

G4PhysicsLinearVector

public G4PhysicsLinearVector(long cPtr,
                             boolean cMemoryOwn)

G4PhysicsLinearVector

public G4PhysicsLinearVector()

G4PhysicsLinearVector

public G4PhysicsLinearVector(long theNbin)

G4PhysicsLinearVector

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

getCPtr

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