Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Molecule.hh File Reference
#include "G4IT.hh"
#include "G4Allocator.hh"
#include "G4MoleculeDefinition.hh"

Go to the source code of this file.

Classes

class  G4Molecule
 

Functions

G4MoleculeGetMolecule (const G4Track &track)
 
G4MoleculeGetMolecule (const G4Track *track)
 

Variables

G4DLLIMPORT G4Allocator< G4MoleculeaMoleculeAllocator
 

Function Documentation

◆ GetMolecule() [1/2]

◆ GetMolecule() [2/2]

G4Molecule * GetMolecule ( const G4Track track)

Definition at line 72 of file G4Molecule.cc.

73{
74 return (G4Molecule*)(GetIT(track));
75}

Variable Documentation

◆ aMoleculeAllocator