hep.geant4.jni
Class G4VDiscreteProcess

java.lang.Object
  extended by hep.geant4.jni.G4VProcess
      extended by hep.geant4.jni.G4VDiscreteProcess
Direct Known Subclasses:
G4HadronicProcess, G4OpAbsorption, G4OpBoundaryProcess, G4OpRayleigh, G4TransitionRadiation, G4VEmProcess

public class G4VDiscreteProcess
extends G4VProcess


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VProcess
swigCMemOwn
 
Constructor Summary
G4VDiscreteProcess(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 G4VParticleChange alongStepDoIt(G4Track arg0, G4Step arg1)
           
 double alongStepGetPhysicalInteractionLength(G4Track arg0, double arg1, double arg2, SWIGTYPE_p_double arg3, SWIGTYPE_p_G4GPILSelection arg4)
           
 G4VParticleChange atRestDoIt(G4Track arg0, G4Step arg1)
           
 double atRestGetPhysicalInteractionLength(G4Track arg0, SWIGTYPE_p_G4ForceCondition arg1)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4VDiscreteProcess obj)
           
 G4VParticleChange postStepDoIt(G4Track arg0, G4Step arg1)
           
 double postStepGetPhysicalInteractionLength(G4Track track, double previousStepSize, SWIGTYPE_p_G4ForceCondition condition)
           
 
Methods inherited from class hep.geant4.jni.G4VProcess
alongStepGPIL, atRestGPIL, buildPhysicsTable, clearNumberOfInteractionLengthLeft, dumpInfo, endTracking, getCPtr, getCurrentInteractionLength, getPhysicsTableFileName, getPhysicsTableFileName, getPILfactor, getProcessManager, getProcessName, getProcessType, getProcessTypeName, getVerboseLevel, isApplicable, 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

G4VDiscreteProcess

public G4VDiscreteProcess(long cPtr,
                          boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(G4VDiscreteProcess obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VProcess

equals

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

postStepGetPhysicalInteractionLength

public double postStepGetPhysicalInteractionLength(G4Track track,
                                                   double previousStepSize,
                                                   SWIGTYPE_p_G4ForceCondition condition)
Overrides:
postStepGetPhysicalInteractionLength in class G4VProcess

postStepDoIt

public G4VParticleChange postStepDoIt(G4Track arg0,
                                      G4Step arg1)
Overrides:
postStepDoIt in class G4VProcess

alongStepGetPhysicalInteractionLength

public double alongStepGetPhysicalInteractionLength(G4Track arg0,
                                                    double arg1,
                                                    double arg2,
                                                    SWIGTYPE_p_double arg3,
                                                    SWIGTYPE_p_G4GPILSelection arg4)
Overrides:
alongStepGetPhysicalInteractionLength in class G4VProcess

atRestGetPhysicalInteractionLength

public double atRestGetPhysicalInteractionLength(G4Track arg0,
                                                 SWIGTYPE_p_G4ForceCondition arg1)
Overrides:
atRestGetPhysicalInteractionLength in class G4VProcess

atRestDoIt

public G4VParticleChange atRestDoIt(G4Track arg0,
                                    G4Step arg1)
Overrides:
atRestDoIt in class G4VProcess

alongStepDoIt

public G4VParticleChange alongStepDoIt(G4Track arg0,
                                       G4Step arg1)
Overrides:
alongStepDoIt in class G4VProcess


Copyright © 2000-2007 FreeHEP. All Rights Reserved.