hep.geant4.jni
Class G4VCrossSectionDataSet

java.lang.Object
  extended by hep.geant4.jni.G4VCrossSectionDataSet

public class G4VCrossSectionDataSet
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VCrossSectionDataSet(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void buildPhysicsTable(G4ParticleDefinition arg0)
           
 void delete()
           
 void dumpPhysicsTable(G4ParticleDefinition arg0)
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4VCrossSectionDataSet obj)
           
 double getCrossSection(G4DynamicParticle arg0, G4Element arg1)
           
 double getCrossSection(G4DynamicParticle arg0, G4Element arg1, double aTemperature)
           
 int getVerboseLevel()
           
 boolean isApplicable(G4DynamicParticle arg0, G4Element arg1)
           
 void setVerboseLevel(int value)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VCrossSectionDataSet

public G4VCrossSectionDataSet(long cPtr,
                              boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(G4VCrossSectionDataSet obj)

finalize

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

delete

public void delete()

equals

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

isApplicable

public boolean isApplicable(G4DynamicParticle arg0,
                            G4Element arg1)

getCrossSection

public double getCrossSection(G4DynamicParticle arg0,
                              G4Element arg1,
                              double aTemperature)

getCrossSection

public double getCrossSection(G4DynamicParticle arg0,
                              G4Element arg1)

buildPhysicsTable

public void buildPhysicsTable(G4ParticleDefinition arg0)

dumpPhysicsTable

public void dumpPhysicsTable(G4ParticleDefinition arg0)

setVerboseLevel

public void setVerboseLevel(int value)

getVerboseLevel

public int getVerboseLevel()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.