18 for (
unsigned char ic = 0; ic < UCHAR_MAX; ic++)
32 os <<
"Class " << this->ClassName() << endl;
37 stream <<
"PHG4Cell" << endl;
43 static map <PHG4HitDefs::keytype, float> dummy;
44 return make_pair(dummy.begin(), dummy.end());
49 static map <int, float> dummy;
50 return make_pair(dummy.begin(), dummy.end());
56 cout <<
"Reset not implemented by daughter class" << endl;
60 std::pair<const std::string,PHG4Cell::PROPERTY_TYPE>
65 case prop_stave_index:
67 case prop_half_stave_index:
69 case prop_module_index:
73 case prop_pixel_index:
79 case prop_ladder_z_index:
81 case prop_ladder_phi_index:
87 case prop_light_yield:
90 cout <<
"PHG4Cell::get_property_info - Fatal Error - unknown index " << prop_id << endl;
99 pair<const string,PROPERTY_TYPE> property_info = get_property_info(prop_id);
100 if (property_info.second != prop_type)
115 return "unsigned int";