11 for (
unsigned char ic = 0; ic < UCHAR_MAX; ic++)
25 cout <<
"Class " << this->ClassName() << endl;
30 stream <<
"PHG4Cell" << endl;
37 cout <<
"Reset not implemented by daughter class" << endl;
41 std::pair<const std::string,PHG4Cell::PROPERTY_TYPE>
46 case prop_stave_index:
48 case prop_half_stave_index:
50 case prop_module_index:
54 case prop_pixel_index:
60 case prop_ladder_z_index:
62 case prop_ladder_phi_index:
68 case prop_light_yield:
71 cout <<
"PHG4Cell::get_property_info - Fatal Error - unknown index " << prop_id << endl;
80 pair<const string,PROPERTY_TYPE> property_info = get_property_info(prop_id);
81 if (property_info.second != prop_type)
96 return "unsigned int";
ostream & operator<<(ostream &stream, const PHG4Cell *cell)
static std::string get_property_type(const PROPERTY_TYPE prop_type)
static std::pair< const std::string, PROPERTY_TYPE > get_property_info(PROPERTY prop_id)
virtual void Copy(PHG4Cell const &g4cell)
virtual unsigned int get_property_nocheck(const PROPERTY prop_id) const
static bool check_property(const PROPERTY prop_id, const PROPERTY_TYPE prop_type)
virtual void identify(std::ostream &os=std::cout) const
virtual PHG4CellDefs::keytype get_cellid() const
virtual bool has_property(const PROPERTY prop_id) const