Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include "G4Molecule.hh"
#include "G4MolecularConfiguration.hh"
#include "Randomize.hh"
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
#include "G4Track.hh"
#include "G4VMoleculeCounter.hh"
Go to the source code of this file.
Functions | |
G4Allocator< G4Molecule > *& | aMoleculeAllocator () |
G4Molecule * | GetMolecule (const G4Track &track) |
G4Molecule * | GetMolecule (const G4Track *track) |
G4Allocator< G4Molecule > *& aMoleculeAllocator | ( | ) |
Definition at line 59 of file G4Molecule.cc.
Referenced by G4Molecule::operator delete(), and G4Molecule::operator new().
G4Molecule * GetMolecule | ( | const G4Track & | track | ) |
Definition at line 74 of file G4Molecule.cc.
Referenced by G4DNABrownianTransportation::AlongStepDoIt(), G4DNABrownianTransportation::AlongStepGetPhysicalInteractionLength(), G4DNAIRTMoleculeEncounterStepper::CalculateStep(), G4DNAMoleculeEncounterStepper::CalculateStep(), G4DNAIndependentReactionTimeStepper::CalculateStep(), G4DNAPolyNucleotideReactionProcess::CalculateTimeStep(), G4DNABrownianTransportation::ComputeStep(), G4DNAMolecularDissociation::DecayIt(), G4DNABrownianTransportation::Diffusion(), G4DNASmoluchowskiReactionModel::FindReaction(), G4DNAMolecularDissociation::GetMeanLifeTime(), G4DiffusionControlledReactionModel::GetTimeToEncounter(), G4DNAIRT::MakeReaction(), G4DNAMakeReaction::MakeReaction(), G4DNAMolecularReaction::MakeReaction(), G4DNASecondOrderReaction::PostStepDoIt(), G4DNAScavengerProcess::PostStepDoIt(), G4DNABrownianTransportation::PostStepDoIt(), G4DNASecondOrderReaction::PostStepGetPhysicalInteractionLength(), G4DNAScavengerProcess::PostStepGetPhysicalInteractionLength(), G4DNAMolecularReaction::TestReactibility(), G4DNAMakeReaction::UpdatePositionForReaction(), and G4DNAEventScheduler::Voxelizing().
G4Molecule * GetMolecule | ( | const G4Track * | track | ) |
Definition at line 81 of file G4Molecule.cc.