hep.geant4.jni
Class G4PhysicsOrderedFreeVector

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

public class G4PhysicsOrderedFreeVector
extends G4PhysicsVector


Field Summary
 
Fields inherited from class hep.geant4.jni.G4PhysicsVector
swigCMemOwn
 
Constructor Summary
G4PhysicsOrderedFreeVector()
           
G4PhysicsOrderedFreeVector(long cPtr, boolean cMemoryOwn)
           
G4PhysicsOrderedFreeVector(SWIGTYPE_p_double Energies, SWIGTYPE_p_double Values, long VectorLength)
           
 
Method Summary
 void delete()
           
 void dumpValues()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4PhysicsOrderedFreeVector obj)
           
 double getEnergy(double aValue)
           
 double getLowEdgeEnergy(long binNumber)
           
 double getMaxLowEdgeEnergy()
           
 double getMaxValue()
           
 double getMinLowEdgeEnergy()
           
 double getMinValue()
           
 void insertValues(double energy, double value)
           
 
Methods inherited from class hep.geant4.jni.G4PhysicsVector
getComment, getCPtr, getType, getValue, getVectorLength, isFilledVectorExist, putComment, putValue
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4PhysicsOrderedFreeVector

public G4PhysicsOrderedFreeVector(long cPtr,
                                  boolean cMemoryOwn)

G4PhysicsOrderedFreeVector

public G4PhysicsOrderedFreeVector()

G4PhysicsOrderedFreeVector

public G4PhysicsOrderedFreeVector(SWIGTYPE_p_double Energies,
                                  SWIGTYPE_p_double Values,
                                  long VectorLength)
Method Detail

getCPtr

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

insertValues

public void insertValues(double energy,
                         double value)

getLowEdgeEnergy

public double getLowEdgeEnergy(long binNumber)
Overrides:
getLowEdgeEnergy in class G4PhysicsVector

getMaxValue

public double getMaxValue()

getMinValue

public double getMinValue()

getEnergy

public double getEnergy(double aValue)

getMaxLowEdgeEnergy

public double getMaxLowEdgeEnergy()

getMinLowEdgeEnergy

public double getMinLowEdgeEnergy()

dumpValues

public void dumpValues()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.