Geant4
9.6.p02
|
#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 | |
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 () |
Protected Attributes inherited from G4VITProcess | |
G4ProcessState * | fpState |
G4bool | fProposesTimeStep |
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.
|
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.
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.
|
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.
Definition at line 103 of file G4DNAMolecularDecay.hh.