hep.geant4.jni
Class G4VRestProcess

java.lang.Object
  extended by hep.geant4.jni.G4VProcess
      extended by hep.geant4.jni.G4VRestProcess
Direct Known Subclasses:
G4AntiNeutronAnnihilationAtRest, G4AntiProtonAnnihilationAtRest

public class G4VRestProcess
extends G4VProcess


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VProcess
swigCMemOwn
 
Constructor Summary
G4VRestProcess(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 track, SWIGTYPE_p_G4ForceCondition condition)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4VRestProcess obj)
           
 G4VParticleChange postStepDoIt(G4Track arg0, G4Step arg1)
           
 double postStepGetPhysicalInteractionLength(G4Track arg0, double arg1, SWIGTYPE_p_G4ForceCondition arg2)
           
 
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

G4VRestProcess

public G4VRestProcess(long cPtr,
                      boolean cMemoryOwn)
Method Detail

getCPtr

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

atRestGetPhysicalInteractionLength

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

atRestDoIt

public G4VParticleChange atRestDoIt(G4Track arg0,
                                    G4Step arg1)
Overrides:
atRestDoIt 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

postStepGetPhysicalInteractionLength

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

postStepDoIt

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

alongStepDoIt

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.