hep.geant4.jni
Class G4HadronFissionProcess

java.lang.Object
  extended by hep.geant4.jni.G4VProcess
      extended by hep.geant4.jni.G4VDiscreteProcess
          extended by hep.geant4.jni.G4HadronicProcess
              extended by hep.geant4.jni.G4HadronFissionProcess

public class G4HadronFissionProcess
extends G4HadronicProcess


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VProcess
swigCMemOwn
 
Constructor Summary
G4HadronFissionProcess()
           
G4HadronFissionProcess(long cPtr, boolean cMemoryOwn)
           
G4HadronFissionProcess(String processName)
           
 
Method Summary
 void buildThePhysicsTable(G4ParticleDefinition aParticleType)
           
 void delete()
           
 void dumpPhysicsTable(G4ParticleDefinition aParticleType)
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4HadronFissionProcess obj)
           
 boolean isApplicable(G4ParticleDefinition arg0)
           
 G4VParticleChange postStepDoIt(G4Track aTrack, G4Step aStep)
           
 
Methods inherited from class hep.geant4.jni.G4HadronicProcess
addDataSet, alwaysKillLeadingHadron, alwaysKillLeadingHadron, biasCrossSectionByFactor, disableIsotopeCounting, disableIsotopeProductionGlobally, enableIsotopeCounting, enableIsotopeProductionGlobally, getCPtr, getIsotopeProductionInfo, getManagerPointer, getMeanFreePath, getMicroscopicCrossSection, registerIsotopeProductionModel, registerMe
 
Methods inherited from class hep.geant4.jni.G4VDiscreteProcess
alongStepDoIt, alongStepGetPhysicalInteractionLength, atRestDoIt, atRestGetPhysicalInteractionLength, getCPtr, postStepGetPhysicalInteractionLength
 
Methods inherited from class hep.geant4.jni.G4VProcess
alongStepGPIL, atRestGPIL, buildPhysicsTable, clearNumberOfInteractionLengthLeft, dumpInfo, endTracking, getCPtr, getCurrentInteractionLength, getPhysicsTableFileName, getPhysicsTableFileName, getPILfactor, getProcessManager, getProcessName, getProcessType, getProcessTypeName, getVerboseLevel, postStepGPIL, preparePhysicsTable, resetNumberOfInteractionLengthLeft, retrievePhysicsTable, retrievePhysicsTable, setPILfactor, setProcessManager, setProcessType, setVerboseLevel, startTracking, storePhysicsTable, storePhysicsTable, subtractNumberOfInteractionLengthLeft, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4HadronFissionProcess

public G4HadronFissionProcess(long cPtr,
                              boolean cMemoryOwn)

G4HadronFissionProcess

public G4HadronFissionProcess(String processName)

G4HadronFissionProcess

public G4HadronFissionProcess()
Method Detail

getCPtr

public static long getCPtr(G4HadronFissionProcess obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4HadronicProcess

equals

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

postStepDoIt

public G4VParticleChange postStepDoIt(G4Track aTrack,
                                      G4Step aStep)
Overrides:
postStepDoIt in class G4HadronicProcess

isApplicable

public boolean isApplicable(G4ParticleDefinition arg0)
Overrides:
isApplicable in class G4VProcess

buildThePhysicsTable

public void buildThePhysicsTable(G4ParticleDefinition aParticleType)

dumpPhysicsTable

public void dumpPhysicsTable(G4ParticleDefinition aParticleType)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.