Go to the documentation of this file.
27#ifndef G4ChemicalMoleculeFinder_hh
28#define G4ChemicalMoleculeFinder_hh 1
37#define BuildChemicalMoleculeFinder()\
38std::map<int,PriorityList*>& listMap = G4ITTrackHolder::Instance()->GetLists();\
39auto it = listMap.begin();\
40auto end = listMap.end();\
41std::map<int,G4TrackList*> trackMap;\
42for (; it!= end; it++)\
43{trackMap.insert(std::make_pair(it->first,\
44(it->second->GetMainList())));\
46G4ChemicalMoleculeFinder::Instance()->BuildTreeMap(trackMap);