17 for (
unsigned char ic = 0; ic < UCHAR_MAX; ic++)
34 cout <<
"Reset not implemented by daughter class" << endl;
38 std::pair<const std::string, EicEventHeader::PROPERTY_TYPE>
45 case prop_milou_weight:
47 case prop_milou_truex:
49 case prop_milou_trueq2:
51 case prop_demp_weight:
55 cout <<
"EicEventHeader::get_property_info - Fatal Error - unknown index " << prop_id << endl;
63 pair<const string, PROPERTY_TYPE> property_info = get_property_info(prop_id);
64 if (property_info.second != prop_type)
79 return "unsigned int";
89 os <<
"Class " << this->ClassName() << endl;
90 os <<
"Event Generator: ";
91 switch (get_eventgenerator_type())