34G4MoleculeHandleManager::G4MoleculeHandleManager()
39G4bool G4MoleculeHandleManager::CompMoleculePointer::operator()(
const G4Molecule* mol1,
42 return (*mol1) < (*mol2);
47 if (fMoleculeHandle.empty() ==
false)
49 MoleculeHandleMap::iterator it = fMoleculeHandle.begin();
50 for (; it != fMoleculeHandle.end(); it++)
77 MoleculeHandleMap::iterator it = fMoleculeHandle.find(molecule);
80 if (it != fMoleculeHandle.end())
G4shared_ptr< const G4Molecule > G4MoleculeHandle
G4MoleculeHandle GetMoleculeHandle(const G4Molecule *)
static void DeleteInstance()
~G4MoleculeHandleManager()
static G4MoleculeHandleManager * Instance()