| 
    Geant4
    10.01.p02
    
   | 
 
#include <XWrapperDiscreteProcess.hh>
 Inheritance diagram for XWrapperDiscreteProcess:
 Collaboration diagram for XWrapperDiscreteProcess:Protected Member Functions | |
| virtual G4double | GetMeanFreePath (const G4Track &, G4double, G4ForceCondition *) | 
  Protected Member Functions inherited from G4VProcess | |
| void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) | 
| void | ClearNumberOfInteractionLengthLeft () | 
Private Member Functions | |
| XWrapperDiscreteProcess (XWrapperDiscreteProcess &) | |
| XWrapperDiscreteProcess & | operator= (const XWrapperDiscreteProcess &) | 
Private Attributes | |
| G4int | bNucleiOrElectronFlag | 
| Decide whether to use nuclei (+1) or electron (-1) or both (0)  More... | |
| G4VDiscreteProcess * | fRegisteredProcess | 
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 37 of file XWrapperDiscreteProcess.hh.
| XWrapperDiscreteProcess::XWrapperDiscreteProcess | ( | const G4String & | processName = "XWrapperDiscreteProcess" | ) | 
Definition at line 42 of file XWrapperDiscreteProcess.cc.
References bNucleiOrElectronFlag, G4cout, G4endl, G4VProcess::GetProcessName(), and G4VProcess::verboseLevel.
 Here is the call graph for this function:| XWrapperDiscreteProcess::XWrapperDiscreteProcess | ( | const G4String & | , | 
| G4VDiscreteProcess * | toRegister | ||
| ) | 
Definition at line 53 of file XWrapperDiscreteProcess.cc.
References fRegisteredProcess.
      
  | 
  virtual | 
Definition at line 61 of file XWrapperDiscreteProcess.cc.
      
  | 
  private | 
Definition at line 68 of file XWrapperDiscreteProcess.cc.
      
  | 
  virtual | 
Reimplemented from G4VProcess.
Definition at line 250 of file XWrapperDiscreteProcess.cc.
References G4VProcess::BuildPhysicsTable(), and fRegisteredProcess.
 Here is the call graph for this function:
      
  | 
  inlinevirtual | 
Reimplemented from G4VProcess.
Definition at line 111 of file XWrapperDiscreteProcess.hh.
References G4VProcess::BuildWorkerPhysicsTable().
 Here is the call graph for this function:
      
  | 
  inlinevirtual | 
Reimplemented from G4VProcess.
Definition at line 104 of file XWrapperDiscreteProcess.hh.
References G4VProcess::DumpInfo().
 Here is the call graph for this function:
      
  | 
  inlinevirtual | 
Reimplemented from G4VProcess.
Definition at line 95 of file XWrapperDiscreteProcess.hh.
References G4VProcess::EndTracking().
 Here is the call graph for this function:Definition at line 101 of file XWrapperDiscreteProcess.cc.
References bNucleiOrElectronFlag, G4cout, G4endl, ExExChParticleUserInfo::GetElectronDensity(), ExExChParticleUserInfo::GetNucleiDensity(), and G4Track::GetUserInformation().
Referenced by PostStepGetPhysicalInteractionLength().
 Here is the call graph for this function:
 Here is the caller graph for this function:Definition at line 133 of file XWrapperDiscreteProcess.cc.
References bNucleiOrElectronFlag, G4cout, G4endl, ExExChParticleUserInfo::GetElectronDensityPreviousStep(), ExExChParticleUserInfo::GetNucleiDensityPreviousStep(), and G4Track::GetUserInformation().
Referenced by PostStepGetPhysicalInteractionLength().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protectedvirtual | 
Implements G4VDiscreteProcess.
Definition at line 190 of file XWrapperDiscreteProcess.cc.
References DBL_MAX.
| G4int XWrapperDiscreteProcess::GetNucleiOrElectronFlag | ( | ) | 
Definition at line 95 of file XWrapperDiscreteProcess.cc.
References bNucleiOrElectronFlag.
      
  | 
  inlinevirtual | 
Reimplemented from G4VProcess.
Definition at line 99 of file XWrapperDiscreteProcess.hh.
References G4VProcess::GetProcessManager().
 Here is the call graph for this function:
      
  | 
  virtual | 
Reimplemented from G4VProcess.
Definition at line 243 of file XWrapperDiscreteProcess.cc.
References fRegisteredProcess, and G4VProcess::IsApplicable().
 Here is the call graph for this function:
      
  | 
  private | 
      
  | 
  virtual | 
Reimplemented from G4VDiscreteProcess.
Definition at line 234 of file XWrapperDiscreteProcess.cc.
References fRegisteredProcess, and G4VDiscreteProcess::PostStepDoIt().
 Here is the call graph for this function:
      
  | 
  virtual | 
Reimplemented from G4VDiscreteProcess.
Definition at line 199 of file XWrapperDiscreteProcess.cc.
References G4VProcess::currentInteractionLength, fRegisteredProcess, GetDensity(), GetDensityPreviousStep(), G4VProcess::GetNumberOfInteractionLengthLeft(), G4VDiscreteProcess::PostStepGetPhysicalInteractionLength(), ResetNumberOfInteractionLengthLeft(), G4VProcess::SubtractNumberOfInteractionLengthLeft(), and G4VProcess::theNumberOfInteractionLengthLeft.
 Here is the call graph for this function:
      
  | 
  virtual | 
Reimplemented from G4VProcess.
Definition at line 257 of file XWrapperDiscreteProcess.cc.
References fRegisteredProcess, and G4VProcess::PreparePhysicsTable().
 Here is the call graph for this function:
      
  | 
  inlinevirtual | 
Reimplemented from G4VProcess.
Definition at line 113 of file XWrapperDiscreteProcess.hh.
References G4VProcess::PrepareWorkerPhysicsTable().
 Here is the call graph for this function:| void XWrapperDiscreteProcess::RegisterProcess | ( | G4VDiscreteProcess * | toRegister | ) | 
Definition at line 75 of file XWrapperDiscreteProcess.cc.
References fRegisteredProcess.
Referenced by ExExChIonPhysics::AddProcess(), ExExChPiKBuilder::Build(), ExExChAntiBarionBuilder::Build(), ExExChProtonBuilder::Build(), ExExChHyperonFTFPBuilder::Build(), ExExChPhysListEmStandardSS::ConstructProcess(), and ExExChHadronElasticPhysics::ConstructProcess().
 Here is the caller graph for this function:| void XWrapperDiscreteProcess::RegisterProcess | ( | G4VDiscreteProcess * | toRegister, | 
| G4int | flag | ||
| ) | 
Definition at line 81 of file XWrapperDiscreteProcess.cc.
References bNucleiOrElectronFlag, and fRegisteredProcess.
      
  | 
  inlinevirtual | 
Reimplemented from G4VProcess.
Definition at line 101 of file XWrapperDiscreteProcess.hh.
References G4VProcess::ResetNumberOfInteractionLengthLeft().
Referenced by PostStepGetPhysicalInteractionLength().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  virtual | 
Reimplemented from G4VProcess.
Definition at line 275 of file XWrapperDiscreteProcess.cc.
References fRegisteredProcess, and G4VProcess::RetrievePhysicsTable().
 Here is the call graph for this function:
      
  | 
  inlinevirtual | 
Reimplemented from G4VProcess.
Definition at line 106 of file XWrapperDiscreteProcess.hh.
References G4VProcess::SetMasterProcess().
 Here is the call graph for this function:| void XWrapperDiscreteProcess::SetNucleiOrElectronFlag | ( | G4int | flag | ) | 
Definition at line 89 of file XWrapperDiscreteProcess.cc.
References bNucleiOrElectronFlag.
      
  | 
  inlinevirtual | 
Reimplemented from G4VProcess.
Definition at line 97 of file XWrapperDiscreteProcess.hh.
References G4VProcess::SetProcessManager().
 Here is the call graph for this function:
      
  | 
  virtual | 
Reimplemented from G4VProcess.
Definition at line 181 of file XWrapperDiscreteProcess.cc.
References G4VProcess::currentInteractionLength, fRegisteredProcess, G4VProcess::StartTracking(), G4VProcess::theInitialNumberOfInteractionLength, and G4VProcess::theNumberOfInteractionLengthLeft.
 Here is the call graph for this function:
      
  | 
  virtual | 
Reimplemented from G4VProcess.
Definition at line 264 of file XWrapperDiscreteProcess.cc.
References fRegisteredProcess, and G4VProcess::StorePhysicsTable().
 Here is the call graph for this function:
      
  | 
  private | 
Decide whether to use nuclei (+1) or electron (-1) or both (0)
Definition at line 65 of file XWrapperDiscreteProcess.hh.
Referenced by GetDensity(), GetDensityPreviousStep(), GetNucleiOrElectronFlag(), RegisterProcess(), SetNucleiOrElectronFlag(), and XWrapperDiscreteProcess().
      
  | 
  private | 
Definition at line 66 of file XWrapperDiscreteProcess.hh.
Referenced by BuildPhysicsTable(), IsApplicable(), PostStepDoIt(), PostStepGetPhysicalInteractionLength(), PreparePhysicsTable(), RegisterProcess(), RetrievePhysicsTable(), StartTracking(), StorePhysicsTable(), and XWrapperDiscreteProcess().