hep.geant4.jni
Class G4VContinuousDiscreteProcess

java.lang.Object
  extended by hep.geant4.jni.G4VProcess
      extended by hep.geant4.jni.G4VContinuousDiscreteProcess
Direct Known Subclasses:
G4VEnergyLoss, G4VEnergyLossProcess, G4VMultipleScattering

public class G4VContinuousDiscreteProcess
extends G4VProcess


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VProcess
swigCMemOwn
 
Constructor Summary
G4VContinuousDiscreteProcess(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 G4VParticleChange alongStepDoIt(G4Track arg0, G4Step arg1)
           
 double alongStepGetPhysicalInteractionLength(G4Track arg0, double previousStepSize, double currentMinimumStep, SWIGTYPE_p_double currentSafety, SWIGTYPE_p_G4GPILSelection selection)
           
 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(G4VContinuousDiscreteProcess 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

G4VContinuousDiscreteProcess

public G4VContinuousDiscreteProcess(long cPtr,
                                    boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(G4VContinuousDiscreteProcess 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 previousStepSize,
                                                    double currentMinimumStep,
                                                    SWIGTYPE_p_double currentSafety,
                                                    SWIGTYPE_p_G4GPILSelection selection)
Overrides:
alongStepGetPhysicalInteractionLength in class G4VProcess

alongStepDoIt

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.