15 for (
unsigned char ic = 0; ic < UCHAR_MAX; ic++)
27 os <<
"Class " << this->ClassName() << std::endl;
33 stream <<
"PHG4Cell" << std::endl;
39 static std::map<PHG4HitDefs::keytype, float>
dummy;
40 return std::make_pair(dummy.begin(), dummy.end());
45 static std::map<int, float>
dummy;
46 return std::make_pair(dummy.begin(), dummy.end());
51 std::cout <<
"Reset not implemented by daughter class" << std::endl;
55 std::pair<const std::string, PHG4Cell::PROPERTY_TYPE>
87 std::cout <<
"PHG4Cell::get_property_info - Fatal Error - unknown index " << prop_id << std::endl;
94 std::pair<const std::string, PROPERTY_TYPE> property_info =
get_property_info(prop_id);
95 if (property_info.second != prop_type)
109 return "unsigned int";