ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/processes/transportation/include/G4NeutronKiller.hh>
Private Member Functions | |
G4NeutronKiller (const G4NeutronKiller &) | |
G4NeutronKiller & | operator= (const G4NeutronKiller &right) |
Private Attributes | |
G4double | kinEnergyThreshold |
G4double | timeThreshold |
G4NeutronKillerMessenger * | pMess |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
Protected Member Functions inherited from G4VProcess | |
void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
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 68 of file G4NeutronKiller.hh.
View newest version in sPHENIX GitHub at line 68 of file G4NeutronKiller.hh
G4NeutronKiller::G4NeutronKiller | ( | const G4String & | processName = "nKiller" , |
G4ProcessType | aType = fGeneral |
||
) |
Definition at line 48 of file G4NeutronKiller.cc.
View newest version in sPHENIX GitHub at line 48 of file G4NeutronKiller.cc
References DBL_MAX, kinEnergyThreshold, NEUTRON_KILLER, pMess, G4VProcess::SetProcessSubType(), and timeThreshold.
|
virtual |
Definition at line 61 of file G4NeutronKiller.cc.
View newest version in sPHENIX GitHub at line 61 of file G4NeutronKiller.cc
References pMess.
|
private |
|
virtual |
Implements G4VDiscreteProcess.
Definition at line 108 of file G4NeutronKiller.cc.
View newest version in sPHENIX GitHub at line 108 of file G4NeutronKiller.cc
References DBL_MAX.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 68 of file G4NeutronKiller.cc.
View newest version in sPHENIX GitHub at line 68 of file G4NeutronKiller.cc
References G4ParticleDefinition::GetParticleName().
|
private |
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 116 of file G4NeutronKiller.cc.
View newest version in sPHENIX GitHub at line 116 of file G4NeutronKiller.cc
References fStopAndKill, G4VParticleChange::Initialize(), G4VProcess::pParticleChange, and G4VParticleChange::ProposeTrackStatus().
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 95 of file G4NeutronKiller.cc.
View newest version in sPHENIX GitHub at line 95 of file G4NeutronKiller.cc
References DBL_MAX, G4Track::GetGlobalTime(), G4Track::GetKineticEnergy(), kinEnergyThreshold, NotForced, and timeThreshold.
Definition at line 85 of file G4NeutronKiller.cc.
View newest version in sPHENIX GitHub at line 85 of file G4NeutronKiller.cc
References G4cout, G4endl, kinEnergyThreshold, MeV, and G4VProcess::verboseLevel.
Referenced by NeutronPhysics::ConstructProcess(), G4NeutronTrackingCut::ConstructProcess(), and G4NeutronKillerMessenger::SetNewValue().
Definition at line 75 of file G4NeutronKiller.cc.
View newest version in sPHENIX GitHub at line 75 of file G4NeutronKiller.cc
References G4cout, G4endl, ns, timeThreshold, and G4VProcess::verboseLevel.
Referenced by NeutronPhysics::ConstructProcess(), G4NeutronTrackingCut::ConstructProcess(), and G4NeutronKillerMessenger::SetNewValue().
|
private |
Definition at line 97 of file G4NeutronKiller.hh.
View newest version in sPHENIX GitHub at line 97 of file G4NeutronKiller.hh
Referenced by G4NeutronKiller(), PostStepGetPhysicalInteractionLength(), and SetKinEnergyLimit().
|
private |
Definition at line 100 of file G4NeutronKiller.hh.
View newest version in sPHENIX GitHub at line 100 of file G4NeutronKiller.hh
Referenced by G4NeutronKiller(), and ~G4NeutronKiller().
|
private |
Definition at line 98 of file G4NeutronKiller.hh.
View newest version in sPHENIX GitHub at line 98 of file G4NeutronKiller.hh
Referenced by G4NeutronKiller(), PostStepGetPhysicalInteractionLength(), and SetTimeLimit().