|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ScoreSplittingProcess.hh>
Inheritance diagram for G4ScoreSplittingProcess:Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
| static const G4String & | GetProcessTypeName (G4ProcessType) |
Protected Member Functions inherited from G4VProcess | |
| void | SubtractNumberOfInteractionLengthLeft (G4double prevStepSize) |
| void | ClearNumberOfInteractionLengthLeft () |
Protected Attributes inherited from G4VProcess | |
| const G4ProcessManager * | aProcessManager = nullptr |
| G4VParticleChange * | pParticleChange = nullptr |
| G4ParticleChange | aParticleChange |
| G4double | theNumberOfInteractionLengthLeft = -1.0 |
| G4double | currentInteractionLength = -1.0 |
| G4double | theInitialNumberOfInteractionLength = -1.0 |
| G4String | theProcessName |
| G4String | thePhysicsTableFileName |
| G4ProcessType | theProcessType = fNotDefined |
| G4int | theProcessSubType = -1 |
| G4double | thePILfactor = 1.0 |
| G4int | verboseLevel = 0 |
| G4bool | enableAtRestDoIt = true |
| G4bool | enableAlongStepDoIt = true |
| G4bool | enablePostStepDoIt = true |
Definition at line 72 of file G4ScoreSplittingProcess.hh.
| G4ScoreSplittingProcess::G4ScoreSplittingProcess | ( | const G4String & | processName = "ScoreSplittingProc", |
| G4ProcessType | theType = fParameterisation |
||
| ) |
Definition at line 51 of file G4ScoreSplittingProcess.cc.
|
virtual |
Definition at line 72 of file G4ScoreSplittingProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 374 of file G4ScoreSplittingProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 359 of file G4ScoreSplittingProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 386 of file G4ScoreSplittingProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 347 of file G4ScoreSplittingProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 133 of file G4ScoreSplittingProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 109 of file G4ScoreSplittingProcess.cc.
|
virtual |
Initialize
Reimplemented from G4VProcess.
Definition at line 83 of file G4ScoreSplittingProcess.cc.
| void G4ScoreSplittingProcess::Verbose | ( | const G4Step & | step | ) | const |
Definition at line 279 of file G4ScoreSplittingProcess.cc.
Referenced by PostStepDoIt().