43 return (*mol1) < (*mol2);
48 if (fMoleculeHandle.empty() ==
false)
50 MoleculeHandleMap::iterator it = fMoleculeHandle.begin();
51 for (; it != fMoleculeHandle.end(); it++)
78 MoleculeHandleMap::iterator it = fMoleculeHandle.find(molecule);
81 if (it != fMoleculeHandle.end())
G4MoleculeHandleManager()
G4MoleculeHandle GetMoleculeHandle(const G4Molecule *)
~G4MoleculeHandleManager()
G4bool operator()(const G4Molecule *mol1, const G4Molecule *mol2) const
static void DeleteInstance()
static G4ThreadLocal G4MoleculeHandleManager * fInstance
G4shared_ptr< const G4Molecule > G4MoleculeHandle
Class Description The dynamic molecule holds all the data that change for a molecule It has a pointer...
static G4MoleculeHandleManager * Instance()