hep.geant4.jni
Class G4VContinuousProcess

java.lang.Object
  extended by hep.geant4.jni.G4VProcess
      extended by hep.geant4.jni.G4VContinuousProcess
Direct Known Subclasses:
G4Cerenkov

public class G4VContinuousProcess
extends G4VProcess


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

G4VContinuousProcess

public G4VContinuousProcess(long cPtr,
                            boolean cMemoryOwn)
Method Detail

getCPtr

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

alongStepGetPhysicalInteractionLength

public double alongStepGetPhysicalInteractionLength(G4Track track,
                                                    double previousStepSize,
                                                    double currentMinimumStep,
                                                    SWIGTYPE_p_double proposedSafety,
                                                    SWIGTYPE_p_G4GPILSelection selection)
Overrides:
alongStepGetPhysicalInteractionLength in class G4VProcess

alongStepDoIt

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

postStepGetPhysicalInteractionLength

public double postStepGetPhysicalInteractionLength(G4Track arg0,
                                                   double arg1,
                                                   SWIGTYPE_p_G4ForceCondition arg2)
Overrides:
postStepGetPhysicalInteractionLength 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

postStepDoIt

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.