|
Geant4 11.3.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 54 of file G4ScoreSplittingProcess.hh.
| G4ScoreSplittingProcess::G4ScoreSplittingProcess | ( | const G4String & | processName = "ScoreSplittingProc", |
| G4ProcessType | theType = fParameterisation ) |
Definition at line 48 of file G4ScoreSplittingProcess.cc.
|
override |
Definition at line 66 of file G4ScoreSplittingProcess.cc.
|
overridevirtual |
Implements G4VProcess.
Definition at line 360 of file G4ScoreSplittingProcess.cc.
|
overridevirtual |
Implements G4VProcess.
Definition at line 346 of file G4ScoreSplittingProcess.cc.
|
overridevirtual |
Implements G4VProcess.
Definition at line 371 of file G4ScoreSplittingProcess.cc.
|
overridevirtual |
Implements G4VProcess.
Definition at line 335 of file G4ScoreSplittingProcess.cc.
|
overridevirtual |
Implements G4VProcess.
Definition at line 121 of file G4ScoreSplittingProcess.cc.
|
overridevirtual |
Implements G4VProcess.
Definition at line 99 of file G4ScoreSplittingProcess.cc.
|
overridevirtual |
Initialize
Reimplemented from G4VProcess.
Definition at line 77 of file G4ScoreSplittingProcess.cc.
| void G4ScoreSplittingProcess::Verbose | ( | const G4Step & | step | ) | const |
Definition at line 265 of file G4ScoreSplittingProcess.cc.
Referenced by PostStepDoIt().