10 if(MProcessHit_Map->find(HCname) == MProcessHit_Map->end())
12 cout << endl << endl <<
" >>> WARNING: " << HCname <<
" NOT FOUND IN ProcessHit Map." << endl;
16 return (*MProcessHit_Map)[HCname]();
MPHBaseClass * GetMPHClass(map< string, MPHB_Factory > *MProcessHit_Map, string HCname)
Return MPHBaseClass from the Hit Process Map.