Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Molecule.cc File Reference
#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

 ITImp (G4Molecule) G4Allocator< G4Molecule > *&aMoleculeAllocator()
 
G4MoleculeGetMolecule (const G4Track &track)
 
G4MoleculeGetMolecule (const G4Track *track)
 

Function Documentation

◆ GetMolecule() [1/2]

◆ GetMolecule() [2/2]

G4Molecule * GetMolecule ( const G4Track track)

Definition at line 83 of file G4Molecule.cc.

84{
85 return (G4Molecule*)(GetIT(track));
86}

◆ ITImp()

ITImp ( G4Molecule  ) &

Definition at line 59 of file G4Molecule.cc.

62{
64 return _instance;
65}
#define G4ThreadLocalStatic
Definition: tls.hh:76