| 
    Geant4
    10.02
    
   | 
 
#include <WLSStepMax.hh>
 Inheritance diagram for WLSStepMax:
 Collaboration diagram for WLSStepMax:Protected Member Functions | |
| G4double | GetMeanFreePath (const G4Track &, G4double, G4ForceCondition *) | 
  Protected Member Functions inherited from G4VProcess | |
| void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) | 
| void | ClearNumberOfInteractionLengthLeft () | 
Private Member Functions | |
| WLSStepMax & | operator= (const WLSStepMax &right) | 
| WLSStepMax (const WLSStepMax &) | |
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 44 of file WLSStepMax.hh.
| WLSStepMax::WLSStepMax | ( | const G4String & | processName = "UserStepMax" | ) | 
Definition at line 39 of file WLSStepMax.cc.
References G4cout, G4endl, G4VProcess::GetProcessName(), and G4VProcess::verboseLevel.
 Here is the call graph for this function:| WLSStepMax::WLSStepMax | ( | WLSStepMax & | right | ) | 
Definition at line 53 of file WLSStepMax.cc.
      
  | 
  virtual | 
Definition at line 49 of file WLSStepMax.cc.
      
  | 
  private | 
      
  | 
  protectedvirtual | 
Implements G4VDiscreteProcess.
Definition at line 95 of file WLSStepMax.cc.
      
  | 
  inline | 
Definition at line 57 of file WLSStepMax.hh.
References fMaxChargedStep.
      
  | 
  virtual | 
Reimplemented from G4VProcess.
Definition at line 57 of file WLSStepMax.cc.
References G4ParticleDefinition::GetPDGCharge().
Referenced by WLSPhysicsList::AddStepMax().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
      
  | 
  virtual | 
Reimplemented from G4VDiscreteProcess.
Definition at line 85 of file WLSStepMax.cc.
References G4VProcess::aParticleChange, and G4ParticleChange::Initialize().
 Here is the call graph for this function:
      
  | 
  virtual | 
Reimplemented from G4VDiscreteProcess.
Definition at line 68 of file WLSStepMax.cc.
References DBL_MAX, fMaxChargedStep, and NotForced.
| void WLSStepMax::SetStepMax | ( | G4double | step | ) | 
Definition at line 64 of file WLSStepMax.cc.
References fMaxChargedStep.
Referenced by WLSPhysicsList::SetStepMax().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 77 of file WLSStepMax.hh.
Referenced by GetStepMax(), PostStepGetPhysicalInteractionLength(), and SetStepMax().