Geant4 9.6.0
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 "G4MoleculeCounter.hh"
Go to the source code of this file.
Functions | |
ITImp (G4Molecule) G4Allocator< G4Molecule > aMoleculeAllocator | |
G4Molecule * | GetMolecule (const G4Track &track) |
G4Molecule * | GetMolecule (const G4Track *track) |
G4Molecule * GetMolecule | ( | const G4Track & | track | ) |
Definition at line 67 of file G4Molecule.cc.
Referenced by G4DNABrownianTransportation::AlongStepGetPhysicalInteractionLength(), G4DNAMoleculeEncounterStepper::CalculateStep(), G4DNABrownianTransportation::ComputeStep(), G4DNAMolecularDecay::DecayIt(), G4DNABrownianTransportation::Diffusion(), G4DNASmoluchowskiReactionModel::FindReaction(), G4DNAMolecularDecay::GetMeanLifeTime(), G4DNAMolecularReaction::MakeReaction(), G4DNASecondOrderReaction::PostStepDoIt(), G4DNABrownianTransportation::PostStepDoIt(), G4DNASecondOrderReaction::PostStepGetPhysicalInteractionLength(), and G4DNAMolecularReaction::TestReactibility().
G4Molecule * GetMolecule | ( | const G4Track * | track | ) |
Definition at line 72 of file G4Molecule.cc.
ITImp | ( | G4Molecule | ) |