19 std::pair<const std::string, RawCluster::PROPERTY_TYPE>
34 case prop_et_iso_calotower_sub_R01:
38 case prop_et_iso_calotower_sub_R02:
41 case prop_et_iso_calotower_sub_R03:
44 case prop_et_iso_calotower_sub_R04:
47 case prop_et_iso_calotower_R01:
50 case prop_et_iso_calotower_R02:
54 case prop_et_iso_calotower_R03:
57 case prop_et_iso_calotower_R04:
68 cout <<
"RawCluster::get_property_info - Fatal Error - unknown index " << prop_id << endl;
75 pair<const string, PROPERTY_TYPE> property_info = get_property_info(prop_id);
76 if (property_info.second != prop_type)
91 return "unsigned int";