| 
    Geant4
    10.01.p01
    
   | 
 
#include <G4hMultipleScattering.hh>
 Inheritance diagram for G4hMultipleScattering:
 Collaboration diagram for G4hMultipleScattering:Protected Member Functions | |
| void | InitialiseProcess (const G4ParticleDefinition *) | 
  Protected Member Functions inherited from G4VMultipleScattering | |
| G4double | GetMeanFreePath (const G4Track &track, G4double, G4ForceCondition *condition) | 
| G4double | GetContinuousStepLimit (const G4Track &track, G4double previousStepSize, G4double currentMinimalStep, G4double ¤tSafety) | 
  Protected Member Functions inherited from G4VContinuousDiscreteProcess | |
| void | SetGPILSelection (G4GPILSelection selection) | 
| G4GPILSelection | GetGPILSelection () const | 
  Protected Member Functions inherited from G4VProcess | |
| void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) | 
| void | ClearNumberOfInteractionLengthLeft () | 
Private Attributes | |
| G4bool | isInitialized | 
Additional Inherited Members | |
  Static Public Member Functions inherited from G4VProcess | |
| static const G4String & | GetProcessTypeName (G4ProcessType) | 
  Protected Attributes inherited from G4VMultipleScattering | |
| G4ParticleChangeForMSC | fParticleChange | 
  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 62 of file G4hMultipleScattering.hh.
| G4hMultipleScattering::G4hMultipleScattering | ( | const G4String & | processName = "msc" | ) | 
Definition at line 55 of file G4hMultipleScattering.cc.
References fMinimal, isInitialized, and G4VMultipleScattering::SetStepLimitType().
 Here is the call graph for this function:
      
  | 
  virtual | 
Definition at line 64 of file G4hMultipleScattering.cc.
      
  | 
  protectedvirtual | 
Implements G4VMultipleScattering.
Definition at line 76 of file G4hMultipleScattering.cc.
References G4VMultipleScattering::AddEmModel(), G4VMultipleScattering::EmModel(), isInitialized, and G4VMultipleScattering::SetEmModel().
 Here is the call graph for this function:
      
  | 
  virtual | 
Implements G4VMultipleScattering.
Definition at line 69 of file G4hMultipleScattering.cc.
References G4ParticleDefinition::GetPDGCharge(), and G4ParticleDefinition::IsShortLived().
 Here is the call graph for this function:
      
  | 
  virtual | 
Implements G4VMultipleScattering.
Definition at line 86 of file G4hMultipleScattering.cc.
References fUseDistanceToBoundary, G4cout, G4endl, G4VMultipleScattering::GeomFactor(), G4VMultipleScattering::LateralDisplasmentFlag(), G4VMultipleScattering::RangeFactor(), G4VMultipleScattering::Skin(), and G4VMultipleScattering::StepLimitType().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 84 of file G4hMultipleScattering.hh.
Referenced by G4hMultipleScattering(), and InitialiseProcess().