Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4DNAMolecularDecay.hh>
Protected Member Functions | |
virtual G4VParticleChange * | DecayIt (const G4Track &, const G4Step &) |
virtual G4double | GetMeanLifeTime (const G4Track &, G4ForceCondition *) |
Protected Member Functions inherited from G4VITRestProcess | |
virtual G4double | GetMeanLifeTime (const G4Track &aTrack, G4ForceCondition *condition)=0 |
G4VITRestProcess () | |
G4VITRestProcess & | operator= (const G4VITRestProcess &right) |
Protected Member Functions inherited from G4VITProcess | |
void | RetrieveProcessInfo () |
void | CreateInfo () |
virtual void | ClearInteractionTimeLeft () |
virtual void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
virtual void | ClearNumberOfInteractionLengthLeft () |
void | SetInstantiateProcessState (G4bool flag) |
G4bool | InstantiateProcessState () |
Protected Member Functions inherited from G4VProcess | |
void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VITProcess | |
static const size_t & | GetMaxProcessIndex () |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
Protected Attributes inherited from G4VITProcess | |
G4ProcessState * | fpState |
G4bool | fProposesTimeStep |
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 |
G4DNAMolecularDecay should be called only for molecules. It will dissociate the molecules using the decay associated to this molecule and if a displacement scheme has been registered, it will place the products to the expected position.
Definition at line 56 of file G4DNAMolecularDecay.hh.
G4DNAMolecularDecay::G4DNAMolecularDecay | ( | const G4String & | processName = "DNAMolecularDecay" , |
G4ProcessType | type = fDecay |
||
) |
Definition at line 48 of file G4DNAMolecularDecay.cc.
Referenced by G4DNAMolecularDecay().
|
virtual |
Definition at line 71 of file G4DNAMolecularDecay.cc.
|
inlinevirtual |
Reimplemented from G4VITRestProcess.
Definition at line 120 of file G4DNAMolecularDecay.hh.
|
inlinevirtual |
Reimplemented from G4VITRestProcess.
Definition at line 108 of file G4DNAMolecularDecay.hh.
|
protectedvirtual |
Definition at line 121 of file G4DNAMolecularDecay.cc.
Referenced by AtRestDoIt().
G4VMolecularDecayDisplacer * G4DNAMolecularDecay::GetDecayDisplacer | ( | const G4ParticleDefinition * | molDef | ) |
Definition at line 270 of file G4DNAMolecularDecay.cc.
|
protectedvirtual |
Implements G4VITRestProcess.
Definition at line 114 of file G4DNAMolecularDecay.cc.
Referenced by AtRestGetPhysicalInteractionLength().
|
virtual |
Reimplemented from G4VProcess.
Definition at line 94 of file G4DNAMolecularDecay.cc.
void G4DNAMolecularDecay::SetDecayDisplacer | ( | const G4ParticleDefinition * | molDef, |
G4VMolecularDecayDisplacer * | aDisplacer | ||
) |
Definition at line 265 of file G4DNAMolecularDecay.cc.
|
inline |
Definition at line 103 of file G4DNAMolecularDecay.hh.