60 prop_map_t::const_iterator i =
prop_map.find(prop_id);
70 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
75 prop_map_t::const_iterator i =
prop_map.find(prop_id);
88 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
93 prop_map_t::const_iterator i =
prop_map.find(prop_id);
106 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
111 prop_map_t::const_iterator i =
prop_map.find(prop_id);
124 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
143 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
162 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
167 unsigned int val =
value;
181 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
195 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
209 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
220 prop_map_t::const_iterator iter =
prop_map.find(prop_id);
245 os <<
"PHG4Cellv1 0x" << hex <<
cellid << dec << endl;
247 os <<
"Associated to "<<
hitedeps.size()<<
" hits"<<endl;
250 os <<
"\t PHG4hit "<<pair.first<<
" -> "<<pair.second<<
" GeV"<<endl;
253 os <<
"Associated to "<<
showeredeps.size()<<
" showers"<<endl;
256 os <<
"\t Shower "<<pair.first<<
" -> "<<pair.second<<
" GeV"<<endl;
258 os <<
"Properties:" << endl;
259 for (prop_map_t::const_iterator i =
prop_map.begin(); i !=
prop_map.end(); ++i)
263 os <<
"\t" << prop_id <<
":\t" << property_info.first <<
" = \t";
264 switch (property_info.second)
276 os <<
" unknown type ";