Geant4
10.00.p02
|
Go to the source code of this file.
Classes | |
class | G4Molecule |
Class Description The dynamic molecule holds all the data that change for a molecule It has a pointer to G4MoleculeDefinition object, which holds all the "ground level" information. More... | |
Functions | |
G4Molecule * | GetMolecule (const G4Track &track) |
G4Molecule * | GetMolecule (const G4Track *track) |
Variables | |
G4DLLIMPORT G4ThreadLocal G4Allocator< G4Molecule > * | aMoleculeAllocator |
G4Molecule* GetMolecule | ( | const G4Track & | track | ) |
Definition at line 67 of file G4Molecule.cc.
References GetIT().
Referenced by G4DNABrownianTransportation::AlongStepGetPhysicalInteractionLength(), G4DNAMoleculeEncounterStepper::CalculateStep(), G4DNABrownianTransportation::ComputeStep(), G4DNAMolecularDissociation::DecayIt(), G4DNABrownianTransportation::Diffusion(), G4DNASmoluchowskiReactionModel::FindReaction(), G4DNAMolecularDissociation::GetMeanLifeTime(), G4DNAMolecularReaction::MakeReaction(), G4DNASecondOrderReaction::PostStepDoIt(), G4DNABrownianTransportation::PostStepDoIt(), G4DNASecondOrderReaction::PostStepGetPhysicalInteractionLength(), G4DNAMoleculeEncounterStepper::RetrieveResults(), and G4DNAMolecularReaction::TestReactibility().
G4Molecule* GetMolecule | ( | const G4Track * | track | ) |
Definition at line 72 of file G4Molecule.cc.
References GetIT().
G4DLLIMPORT G4ThreadLocal G4Allocator<G4Molecule>* aMoleculeAllocator |
Referenced by G4Molecule::operator delete(), and G4Molecule::operator new().