54 prop_map_t::const_iterator i =
prop_map.find(prop_id);
64 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
69 prop_map_t::const_iterator i =
prop_map.find(prop_id);
82 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
87 prop_map_t::const_iterator i =
prop_map.find(prop_id);
100 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
105 prop_map_t::const_iterator i =
prop_map.find(prop_id);
118 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
137 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
156 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
161 unsigned int val = value;
175 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
189 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
203 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
214 prop_map_t::const_iterator iter =
prop_map.find(prop_id);
239 os <<
"New PHG4Cellv1 0x" << hex <<
cellid << dec << endl;
241 os <<
"Associated to "<<
hitedeps.size()<<
" hits"<<endl;
244 os <<
"\t PHG4hit "<<pair.first<<
" -> "<<pair.second<<
" GeV"<<endl;
247 os <<
"Associated to "<<
showeredeps.size()<<
" showers"<<endl;
250 os <<
"\t Shower "<<pair.first<<
" -> "<<pair.second<<
" GeV"<<endl;
255 for (prop_map_t::const_iterator i =
prop_map.begin(); i !=
prop_map.end(); ++i)
259 os <<
"\t" << prop_id <<
":\t" << property_info.first <<
" = \t";
260 switch (property_info.second)
272 os <<
" unknown type ";
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)
static bool check_property(const PROPERTY prop_id, const PROPERTY_TYPE prop_type)
unsigned int get_property_nocheck(const PROPERTY prop_id) const
void add_property(const PROPERTY prop_id, const float value)
virtual void identify(std::ostream &os=std::cout) const
void add_edep(const PHG4HitDefs::keytype g4hitid, const float edep)
unsigned int get_property_uint(const PROPERTY prop_id) const
prop_map_t prop_map
container for additional property
void add_shower_edep(const int g4showerid, const float edep)
int get_property_int(const PROPERTY prop_id) const
float get_property_float(const PROPERTY prop_id) const
ShowerEdepMap showeredeps
PHG4CellDefs::keytype cellid
bool has_binning(const PHG4CellDefs::CellBinning binning) const
short int get_detid() const
void set_property(const PROPERTY prop_id, const float value)
bool has_property(const PROPERTY prop_id) const
unsigned long long keytype
short int get_detid(const PHG4CellDefs::keytype key)
bool has_binning(PHG4CellDefs::keytype key, PHG4CellDefs::CellBinning binning)
convert between 32bit inputs and storage type prop_storage_t
prop_storage_t get_storage() const