|
Geant4
10.01.p01
|
G4DNAMolecularDissociation should be called only for molecules. More...
#include <G4DNAMolecularDissociation.hh>
Inheritance diagram for G4DNAMolecularDissociation:
Collaboration diagram for G4DNAMolecularDissociation: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 () |
| 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 () |
Private Types | |
| typedef std::map< const G4ParticleDefinition *, G4VMolecularDecayDisplacer * > | DecayDisplacementMap |
Private Member Functions | |
| G4DNAMolecularDissociation () | |
| G4DNAMolecularDissociation (const G4DNAMolecularDissociation &right) | |
| G4DNAMolecularDissociation & | operator= (const G4DNAMolecularDissociation &right) |
Private Attributes | |
| G4bool | fDecayAtFixedTime |
| DecayDisplacementMap | fDecayDisplacementMap |
| G4int | fVerbose |
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 | |
| G4::shared_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 65 of file G4DNAMolecularDissociation.hh.
|
private |
Definition at line 106 of file G4DNAMolecularDissociation.hh.
| G4DNAMolecularDissociation::G4DNAMolecularDissociation | ( | const G4String & | processName = "DNAMolecularDecay", |
| G4ProcessType | type = fDecay |
||
| ) |
Definition at line 47 of file G4DNAMolecularDissociation.cc.
References G4VProcess::aParticleChange, G4VProcess::enableAlongStepDoIt, G4VProcess::enableAtRestDoIt, G4VProcess::enablePostStepDoIt, fDecayAtFixedTime, fVerbose, G4cout, G4endl, G4VProcess::pParticleChange, G4VProcess::SetProcessSubType(), and G4VProcess::verboseLevel.
Here is the call graph for this function:
|
virtual |
Definition at line 72 of file G4DNAMolecularDissociation.cc.
References fDecayDisplacementMap.
|
private |
|
private |
Definition at line 87 of file G4DNAMolecularDissociation.cc.
References fDecayAtFixedTime, fDecayDisplacementMap, and fVerbose.
|
inlinevirtual |
Reimplemented from G4VITRestProcess.
Definition at line 129 of file G4DNAMolecularDissociation.hh.
References G4VITProcess::ClearInteractionTimeLeft(), G4VITProcess::ClearNumberOfInteractionLengthLeft(), and DecayIt().
Here is the call graph for this function:
|
inlinevirtual |
Reimplemented from G4VITRestProcess.
Definition at line 117 of file G4DNAMolecularDissociation.hh.
References G4VITRestProcess::AtRestGetPhysicalInteractionLength(), fDecayAtFixedTime, and GetMeanLifeTime().
Here is the call graph for this function:
|
protectedvirtual |
Definition at line 123 of file G4DNAMolecularDissociation.cc.
References G4VProcess::aParticleChange, G4Molecule::BuildTrack(), G4ElectronOccupancy::DumpInfo(), fAlive, FatalErrorInArgument, FatalException, fDecayDisplacementMap, fStopAndKill, fVerbose, G4cout, G4endl, G4Exception(), G4UniformRand, G4Molecule::GetDecayChannel(), G4MoleculeDefinition::GetDecayTable(), G4Molecule::GetDefinition(), G4Molecule::GetElectronOccupancy(), G4MolecularDissociationChannel::GetEnergy(), GetMolecule(), G4VMolecularDecayDisplacer::GetMotherMoleculeDisplacement(), G4MolecularDissociationChannel::GetName(), G4Molecule::GetName(), G4MolecularDissociationChannel::GetNbProducts(), G4Track::GetPosition(), G4MolecularDissociationChannel::GetProbability(), G4MolecularDissociationChannel::GetProduct(), G4VMolecularDecayDisplacer::GetProductsDisplacement(), G4Track::GetTrackID(), G4ParticleChange::Initialize(), picosecond, G4VParticleChange::ProposeLocalEnergyDeposit(), G4VParticleChange::ProposeTrackStatus(), G4VParticleChange::SetNumberOfSecondaries(), and G4Track::SetTrackStatus().
Referenced by AtRestDoIt().
Here is the call graph for this function:
Here is the caller graph for this function:| G4VMolecularDecayDisplacer * G4DNAMolecularDissociation::GetDecayDisplacer | ( | const G4ParticleDefinition * | molDef | ) |
Definition at line 277 of file G4DNAMolecularDissociation.cc.
References fDecayDisplacementMap.
|
protectedvirtual |
Implements G4VITRestProcess.
Definition at line 116 of file G4DNAMolecularDissociation.cc.
References G4Molecule::GetDecayTime(), GetMolecule(), and G4Track::GetProperTime().
Referenced by AtRestGetPhysicalInteractionLength().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Reimplemented from G4VProcess.
Definition at line 95 of file G4DNAMolecularDissociation.cc.
References fVerbose, G4cout, G4endl, G4ParticleDefinition::GetParticleName(), and G4ParticleDefinition::GetParticleType().
Here is the call graph for this function:
|
private |
| void G4DNAMolecularDissociation::SetDecayDisplacer | ( | const G4ParticleDefinition * | molDef, |
| G4VMolecularDecayDisplacer * | aDisplacer | ||
| ) |
Definition at line 271 of file G4DNAMolecularDissociation.cc.
References fDecayDisplacementMap.
Referenced by G4EmDNAChemistry::ConstructProcess().
Here is the caller graph for this function:
|
inline |
Definition at line 112 of file G4DNAMolecularDissociation.hh.
References fVerbose.
|
private |
Definition at line 104 of file G4DNAMolecularDissociation.hh.
Referenced by AtRestGetPhysicalInteractionLength(), and G4DNAMolecularDissociation().
|
private |
Definition at line 107 of file G4DNAMolecularDissociation.hh.
Referenced by DecayIt(), G4DNAMolecularDissociation(), GetDecayDisplacer(), SetDecayDisplacer(), and ~G4DNAMolecularDissociation().
|
private |
Definition at line 109 of file G4DNAMolecularDissociation.hh.
Referenced by DecayIt(), G4DNAMolecularDissociation(), IsApplicable(), and SetVerbose().