| 
    Geant4
    10.02.p01
    
   | 
 
#include <F03StepCut.hh>
 Inheritance diagram for F03StepCut:
 Collaboration diagram for F03StepCut:Protected Member Functions | |
| virtual G4double | GetMeanFreePath (const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition) | 
  Protected Member Functions inherited from G4VProcess | |
| void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) | 
| void | ClearNumberOfInteractionLengthLeft () | 
Private Member Functions | |
| F03StepCut & | operator= (const F03StepCut &right) | 
Private Attributes | |
| G4double | fMaxChargedStep | 
Additional Inherited Members | |
  Static Public Member Functions inherited from G4VProcess | |
| static const G4String & | GetProcessTypeName (G4ProcessType) | 
  Protected Attributes inherited from G4VProcess | |
| const G4ProcessManager * | aProcessManager | 
| G4VParticleChange * | pParticleChange | 
| G4ParticleChange | aParticleChange | 
| G4double | theNumberOfInteractionLengthLeft | 
| G4double | currentInteractionLength | 
| G4double | theInitialNumberOfInteractionLength | 
| G4String | theProcessName | 
| G4String | thePhysicsTableFileName | 
| G4ProcessType | theProcessType | 
| G4int | theProcessSubType | 
| G4double | thePILfactor | 
| G4bool | enableAtRestDoIt | 
| G4bool | enableAlongStepDoIt | 
| G4bool | enablePostStepDoIt | 
| G4int | verboseLevel | 
Definition at line 43 of file F03StepCut.hh.
| F03StepCut::F03StepCut | ( | const G4String & | processName = "UserStepCut" | ) | 
Definition at line 44 of file F03StepCut.cc.
References G4cout, G4endl, G4VProcess::GetProcessName(), and G4VProcess::verboseLevel.
 Here is the call graph for this function:| F03StepCut::F03StepCut | ( | F03StepCut & | right | ) | 
Definition at line 60 of file F03StepCut.cc.
      
  | 
  virtual | 
Definition at line 55 of file F03StepCut.cc.
      
  | 
  inlineprotectedvirtual | 
Implements G4VDiscreteProcess.
Definition at line 120 of file F03StepCut.hh.
      
  | 
  private | 
      
  | 
  inlinevirtual | 
Reimplemented from G4VDiscreteProcess.
Definition at line 108 of file F03StepCut.hh.
References G4VProcess::aParticleChange, and G4ParticleChange::Initialize().
 Here is the call graph for this function:
      
  | 
  inlinevirtual | 
Reimplemented from G4VDiscreteProcess.
Definition at line 87 of file F03StepCut.hh.
References DBL_MAX, fMaxChargedStep, G4DynamicParticle::GetDefinition(), G4Track::GetDynamicParticle(), G4VPhysicalVolume::GetName(), G4ParticleDefinition::GetPDGCharge(), G4Track::GetVolume(), and NotForced.
 Here is the call graph for this function:| void F03StepCut::SetMaxStep | ( | G4double | step | ) | 
Definition at line 66 of file F03StepCut.cc.
References fMaxChargedStep.
Referenced by F03PhysicsList::ConstructEM().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 80 of file F03StepCut.hh.
Referenced by PostStepGetPhysicalInteractionLength(), and SetMaxStep().