Geant4
10.03.p01
|
#include <G4DNAMolecularDissociation.hh>
Protected Member Functions | |
virtual G4VParticleChange * | DecayIt (const G4Track &, const G4Step &) |
virtual G4double | GetMeanLifeTime (const G4Track &, G4ForceCondition *) |
virtual G4double | GetMeanFreePath (const G4Track &, G4double, G4ForceCondition *) |
Protected Member Functions inherited from G4VITRestDiscreteProcess | |
G4VITRestDiscreteProcess () | |
G4VITRestDiscreteProcess & | operator= (const G4VITRestDiscreteProcess &right) |
Protected Member Functions inherited from G4VITProcess | |
void | RetrieveProcessInfo () |
void | CreateInfo () |
template<typename T > | |
T * | GetState () |
virtual void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
virtual void | ClearInteractionTimeLeft () |
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 | |
G4shared_ptr< 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 |
G4DNAMolecularDissociation 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 66 of file G4DNAMolecularDissociation.hh.
G4DNAMolecularDissociation::G4DNAMolecularDissociation | ( | const G4String & | processName = "DNAMolecularDecay" , |
G4ProcessType | type = fDecay |
||
) |
Definition at line 52 of file G4DNAMolecularDissociation.cc.
|
virtual |
Definition at line 80 of file G4DNAMolecularDissociation.cc.
|
inlinevirtual |
Reimplemented from G4VITRestDiscreteProcess.
Definition at line 155 of file G4DNAMolecularDissociation.hh.
|
inlinevirtual |
Reimplemented from G4VITRestDiscreteProcess.
Definition at line 142 of file G4DNAMolecularDissociation.hh.
|
protectedvirtual |
Definition at line 141 of file G4DNAMolecularDissociation.cc.
G4VMolecularDecayDisplacer * G4DNAMolecularDissociation::GetDecayDisplacer | ( | const G4ParticleDefinition * | molDef | ) |
Definition at line 354 of file G4DNAMolecularDissociation.cc.
G4VMolecularDecayDisplacer * G4DNAMolecularDissociation::GetDisplacer | ( | const G4ParticleDefinition * | molDef | ) |
Definition at line 372 of file G4DNAMolecularDissociation.cc.
|
inlineprotectedvirtual |
Implements G4VITRestDiscreteProcess.
Definition at line 116 of file G4DNAMolecularDissociation.hh.
|
protectedvirtual |
Implements G4VITRestDiscreteProcess.
Definition at line 132 of file G4DNAMolecularDissociation.cc.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 109 of file G4DNAMolecularDissociation.cc.
|
inlinevirtual |
Reimplemented from G4VITRestDiscreteProcess.
Definition at line 93 of file G4DNAMolecularDissociation.hh.
|
virtual |
Reimplemented from G4VITRestDiscreteProcess.
Definition at line 380 of file G4DNAMolecularDissociation.cc.
void G4DNAMolecularDissociation::SetDecayDisplacer | ( | const G4ParticleDefinition * | molDef, |
G4VMolecularDecayDisplacer * | aDisplacer | ||
) |
Definition at line 344 of file G4DNAMolecularDissociation.cc.
void G4DNAMolecularDissociation::SetDisplacer | ( | const G4ParticleDefinition * | molDef, |
G4VMolecularDecayDisplacer * | aDisplacer | ||
) |
Definition at line 362 of file G4DNAMolecularDissociation.cc.
Definition at line 137 of file G4DNAMolecularDissociation.hh.