Geant4
10.01.p02
|
#include <G4VRestProcess.hh>
Protected Member Functions | |
virtual G4double | GetMeanLifeTime (const G4Track &aTrack, G4ForceCondition *condition)=0 |
Protected Member Functions inherited from G4VProcess | |
void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
Private Member Functions | |
G4VRestProcess () | |
G4VRestProcess & | operator= (const G4VRestProcess &right) |
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 60 of file G4VRestProcess.hh.
G4VRestProcess::G4VRestProcess | ( | const G4String & | aName, |
G4ProcessType | aType = fNotDefined |
||
) |
Definition at line 54 of file G4VRestProcess.cc.
References G4VProcess::enableAlongStepDoIt, and G4VProcess::enablePostStepDoIt.
G4VRestProcess::G4VRestProcess | ( | G4VRestProcess & | right | ) |
Definition at line 65 of file G4VRestProcess.cc.
|
virtual |
Definition at line 61 of file G4VRestProcess.cc.
|
private |
Definition at line 47 of file G4VRestProcess.cc.
References G4Exception(), and JustWarning.
|
inlinevirtual |
Implements G4VProcess.
Definition at line 104 of file G4VRestProcess.hh.
|
inlinevirtual |
Implements G4VProcess.
Definition at line 84 of file G4VRestProcess.hh.
|
virtual |
Implements G4VProcess.
Reimplemented in G4AntiNeutronAnnihilationAtRest.
Definition at line 98 of file G4VRestProcess.cc.
References G4VProcess::ClearNumberOfInteractionLengthLeft(), and G4VProcess::pParticleChange.
|
virtual |
Implements G4VProcess.
Reimplemented in G4AntiNeutronAnnihilationAtRest.
Definition at line 70 of file G4VRestProcess.cc.
References G4VProcess::currentInteractionLength, G4DynamicParticle::DumpInfo(), G4cout, G4endl, G4Track::GetDynamicParticle(), G4Track::GetMaterial(), GetMeanLifeTime(), G4Material::GetName(), G4VProcess::GetProcessName(), NotForced, ns, G4VProcess::ResetNumberOfInteractionLengthLeft(), G4VProcess::theNumberOfInteractionLengthLeft, and G4VProcess::verboseLevel.
|
protectedpure virtual |
Implemented in G4AntiNeutronAnnihilationAtRest.
Referenced by AtRestGetPhysicalInteractionLength().
|
private |
|
inlinevirtual |
Implements G4VProcess.
Definition at line 99 of file G4VRestProcess.hh.
|
inlinevirtual |
Implements G4VProcess.
Definition at line 92 of file G4VRestProcess.hh.