|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4NeutronKiller.hh>
Inheritance diagram for G4NeutronKiller: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 68 of file G4NeutronKiller.hh.
| G4NeutronKiller::G4NeutronKiller | ( | const G4String & | processName = "nKiller", |
| G4ProcessType | aType = fGeneral ) |
Definition at line 48 of file G4NeutronKiller.cc.
|
virtual |
Definition at line 61 of file G4NeutronKiller.cc.
|
virtual |
Implements G4VDiscreteProcess.
Definition at line 108 of file G4NeutronKiller.cc.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 68 of file G4NeutronKiller.cc.
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 116 of file G4NeutronKiller.cc.
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 95 of file G4NeutronKiller.cc.
| void G4NeutronKiller::SetKinEnergyLimit | ( | G4double | val | ) |
Definition at line 85 of file G4NeutronKiller.cc.
Referenced by G4NeutronTrackingCut::ConstructProcess().
| void G4NeutronKiller::SetTimeLimit | ( | G4double | val | ) |
Definition at line 75 of file G4NeutronKiller.cc.
Referenced by G4NeutronTrackingCut::ConstructProcess().