51 prop_map_t::const_iterator
i =
prop_map.find(prop_id);
59 std::pair<const std::string, PROPERTY_TYPE> property_info =
get_property_info(prop_id);
60 std::cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
65 prop_map_t::const_iterator
i =
prop_map.find(prop_id);
76 std::pair<const std::string, PROPERTY_TYPE> property_info =
get_property_info(prop_id);
77 std::cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
82 prop_map_t::const_iterator
i =
prop_map.find(prop_id);
94 std::pair<const std::string, PROPERTY_TYPE> property_info =
get_property_info(prop_id);
95 std::cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
100 prop_map_t::const_iterator
i =
prop_map.find(prop_id);
111 std::pair<const std::string, PROPERTY_TYPE> property_info =
get_property_info(prop_id);
112 std::cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
129 std::pair<const std::string, PROPERTY_TYPE> property_info =
get_property_info(prop_id);
130 std::cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
147 std::pair<const std::string, PROPERTY_TYPE> property_info =
get_property_info(prop_id);
148 std::cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
153 unsigned int val =
value;
165 std::pair<const std::string, PROPERTY_TYPE> property_info =
get_property_info(prop_id);
166 std::cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
178 std::pair<const std::string, PROPERTY_TYPE> property_info =
get_property_info(prop_id);
179 std::cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
191 std::pair<const std::string, PROPERTY_TYPE> property_info =
get_property_info(prop_id);
192 std::cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
203 prop_map_t::const_iterator iter =
prop_map.find(prop_id);
226 os <<
"PHG4Cellv1 0x" << std::hex <<
cellid << std::dec << std::endl;
228 os <<
"Associated to " <<
hitedeps.size() <<
" hits" << std::endl;
231 os <<
"\t PHG4hit " << pair.first <<
" -> " << pair.second <<
" GeV" << std::endl;
234 os <<
"Associated to " <<
showeredeps.size() <<
" showers" << std::endl;
237 os <<
"\t Shower " << pair.first <<
" -> " << pair.second <<
" GeV" << std::endl;
239 os <<
"Properties:" << std::endl;
243 std::pair<const std::string, PROPERTY_TYPE> property_info =
get_property_info(prop_id);
244 os <<
"\t" << prop_id <<
":\t" << property_info.first <<
" = \t";
245 switch (property_info.second)
257 os <<
" unknown type ";