hep.geant4.jni
Class G4VEnergyLoss

java.lang.Object
  extended by hep.geant4.jni.G4VProcess
      extended by hep.geant4.jni.G4VContinuousDiscreteProcess
          extended by hep.geant4.jni.G4VEnergyLoss

public class G4VEnergyLoss
extends G4VContinuousDiscreteProcess


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VProcess
swigCMemOwn
 
Constructor Summary
G4VEnergyLoss(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 G4VParticleChange alongStepDoIt(G4Track track, G4Step Step)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 double getContinuousStepLimit(G4Track track, double previousStepSize, double currentMinimumStep, SWIGTYPE_p_double currentSafety)
           
static long getCPtr(G4VEnergyLoss obj)
           
 double getMeanFreePath(G4Track track, double previousStepSize, SWIGTYPE_p_G4ForceCondition condition)
           
 G4VParticleChange postStepDoIt(G4Track track, G4Step Step)
           
static void setEnlossFluc(boolean value)
           
static void setMinDeltaCutInRange(double value)
           
static void setRndmStep(boolean value)
           
static void setStepFunction(double c1, double c2)
           
static void setSubSec(boolean value)
           
 
Methods inherited from class hep.geant4.jni.G4VContinuousDiscreteProcess
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, 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

G4VEnergyLoss

public G4VEnergyLoss(long cPtr,
                     boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(G4VEnergyLoss obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VContinuousDiscreteProcess

equals

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

getContinuousStepLimit

public double getContinuousStepLimit(G4Track track,
                                     double previousStepSize,
                                     double currentMinimumStep,
                                     SWIGTYPE_p_double currentSafety)

alongStepDoIt

public G4VParticleChange alongStepDoIt(G4Track track,
                                       G4Step Step)
Overrides:
alongStepDoIt in class G4VContinuousDiscreteProcess

getMeanFreePath

public double getMeanFreePath(G4Track track,
                              double previousStepSize,
                              SWIGTYPE_p_G4ForceCondition condition)

postStepDoIt

public G4VParticleChange postStepDoIt(G4Track track,
                                      G4Step Step)
Overrides:
postStepDoIt in class G4VContinuousDiscreteProcess

setRndmStep

public static void setRndmStep(boolean value)

setEnlossFluc

public static void setEnlossFluc(boolean value)

setSubSec

public static void setSubSec(boolean value)

setMinDeltaCutInRange

public static void setMinDeltaCutInRange(double value)

setStepFunction

public static void setStepFunction(double c1,
                                   double c2)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.