Geant4
10.02.p02
|
G4DNAMolecularDissociation should be called only for molecules. More...
#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 () |
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 | |
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.
|
private |
Definition at line 127 of file G4DNAMolecularDissociation.hh.
G4DNAMolecularDissociation::G4DNAMolecularDissociation | ( | const G4String & | processName = "DNAMolecularDecay" , |
G4ProcessType | type = fDecay |
||
) |
Definition at line 52 of file G4DNAMolecularDissociation.cc.
References G4VProcess::aParticleChange, G4VProcess::enableAlongStepDoIt, G4VProcess::enableAtRestDoIt, G4VProcess::enablePostStepDoIt, fDecayAtFixedTime, G4VITProcess::fProposesTimeStep, fVerbose, G4cout, G4endl, G4VProcess::pParticleChange, G4VProcess::SetProcessSubType(), and G4VProcess::verboseLevel.
|
virtual |
Definition at line 80 of file G4DNAMolecularDissociation.cc.
References fDecayDisplacementMap.
|
private |
|
private |
Definition at line 98 of file G4DNAMolecularDissociation.cc.
References fDecayAtFixedTime, fDecayDisplacementMap, and fVerbose.
|
inlinevirtual |
Reimplemented from G4VITRestDiscreteProcess.
Definition at line 151 of file G4DNAMolecularDissociation.hh.
References G4VITProcess::ClearInteractionTimeLeft(), G4VITProcess::ClearNumberOfInteractionLengthLeft(), and DecayIt().
Referenced by PostStepDoIt().
|
inlinevirtual |
Reimplemented from G4VITRestDiscreteProcess.
Definition at line 138 of file G4DNAMolecularDissociation.hh.
References G4VITRestDiscreteProcess::AtRestGetPhysicalInteractionLength(), fDecayAtFixedTime, and GetMeanLifeTime().
|
protectedvirtual |
Definition at line 141 of file G4DNAMolecularDissociation.cc.
References G4VProcess::aParticleChange, G4Molecule::BuildTrack(), DBL_MAX, fAlive, FatalErrorInArgument, FatalException, fDecayDisplacementMap, fStopAndKill, fVerbose, G4cout, G4endl, G4Exception(), G4UniformRand, G4Molecule::GetDecayChannel(), G4MoleculeDefinition::GetDecayTable(), G4Molecule::GetDefinition(), G4MolecularDissociationChannel::GetEnergy(), G4Track::GetGlobalTime(), GetMolecule(), G4VMolecularDecayDisplacer::GetMotherMoleculeDisplacement(), G4MolecularDissociationChannel::GetName(), G4Molecule::GetName(), G4ITTransportationManager::GetNavigatorForTracking(), G4MolecularDissociationChannel::GetNbProducts(), G4Track::GetPosition(), G4MolecularDissociationChannel::GetProbability(), G4MolecularDissociationChannel::GetProduct(), G4VMolecularDecayDisplacer::GetProductsDisplacement(), G4Track::GetTrackID(), G4ITTransportationManager::GetTransportationManager(), G4ParticleChange::Initialize(), G4Molecule::PrintState(), G4VParticleChange::ProposeLocalEnergyDeposit(), G4VParticleChange::ProposeTrackStatus(), G4VParticleChange::SetNumberOfSecondaries(), and G4Track::SetTrackStatus().
Referenced by AtRestDoIt().
G4VMolecularDecayDisplacer * G4DNAMolecularDissociation::GetDecayDisplacer | ( | const G4ParticleDefinition * | molDef | ) |
Definition at line 345 of file G4DNAMolecularDissociation.cc.
References fDecayDisplacementMap.
|
inlineprotectedvirtual |
Implements G4VITRestDiscreteProcess.
Definition at line 112 of file G4DNAMolecularDissociation.hh.
|
protectedvirtual |
Implements G4VITRestDiscreteProcess.
Definition at line 132 of file G4DNAMolecularDissociation.cc.
References G4Molecule::GetDecayTime(), GetMolecule(), and G4Track::GetProperTime().
Referenced by AtRestGetPhysicalInteractionLength().
|
virtual |
Reimplemented from G4VProcess.
Definition at line 109 of file G4DNAMolecularDissociation.cc.
References fVerbose, G4cout, G4endl, G4ParticleDefinition::GetParticleName(), and G4ParticleDefinition::GetParticleType().
|
private |
|
inlinevirtual |
Reimplemented from G4VITRestDiscreteProcess.
Definition at line 93 of file G4DNAMolecularDissociation.hh.
References AtRestDoIt().
|
virtual |
Reimplemented from G4VITRestDiscreteProcess.
Definition at line 353 of file G4DNAMolecularDissociation.cc.
void G4DNAMolecularDissociation::SetDecayDisplacer | ( | const G4ParticleDefinition * | molDef, |
G4VMolecularDecayDisplacer * | aDisplacer | ||
) |
Definition at line 335 of file G4DNAMolecularDissociation.cc.
References fDecayDisplacementMap.
Referenced by G4EmDNAChemistry::ConstructProcess().
|
inline |
Definition at line 133 of file G4DNAMolecularDissociation.hh.
References fVerbose.
|
private |
Definition at line 125 of file G4DNAMolecularDissociation.hh.
Referenced by AtRestGetPhysicalInteractionLength(), and G4DNAMolecularDissociation().
|
private |
Definition at line 128 of file G4DNAMolecularDissociation.hh.
Referenced by DecayIt(), G4DNAMolecularDissociation(), GetDecayDisplacer(), SetDecayDisplacer(), and ~G4DNAMolecularDissociation().
|
private |
Definition at line 130 of file G4DNAMolecularDissociation.hh.
Referenced by DecayIt(), G4DNAMolecularDissociation(), IsApplicable(), and SetVerbose().