16 , _energy(numeric_limits<float>::signaling_NaN())
17 , _r(numeric_limits<float>::signaling_NaN())
18 , _phi(numeric_limits<float>::signaling_NaN())
19 , _z(numeric_limits<float>::signaling_NaN())
26 _z = (numeric_limits<float>::signaling_NaN());
27 _r = (numeric_limits<float>::signaling_NaN());
28 _phi = (numeric_limits<float>::signaling_NaN());
29 _energy = (numeric_limits<float>::signaling_NaN());
38 cout <<
"tower 0x" << hex << twrid <<
", dec: " << dec
39 << twrid <<
" already exists, that is bad" << endl;
47 os <<
"RawClusterv1 ID " <<
get_id() <<
" consist of " <<
getNTowers() <<
" towers with total energy of " <<
get_energy() <<
" GeV ";
54 os <<
"\t" << prop_id <<
":\t" << property_info.first <<
" = \t";
55 switch (property_info.second)
67 os <<
" unknown type ";
90 prop_map_t::const_iterator
i =
prop_map.find(prop_id);
99 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
104 prop_map_t::const_iterator
i =
prop_map.find(prop_id);
119 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
124 prop_map_t::const_iterator
i =
prop_map.find(prop_id);
140 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
145 prop_map_t::const_iterator
i =
prop_map.find(prop_id);
160 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
165 prop_map[prop_id] = u_property(value).get_storage();
173 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
178 prop_map[prop_id] = u_property(value).get_storage();
186 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
191 prop_map[prop_id] = u_property(value).get_storage();
214 std::string warning =
"set_et_iso(const int radiusx10, bool subtracted, bool clusterTower) - radius:" +
std::to_string(radiusx10) +
" has not been defined";
236 std::string warning =
"set_et_iso(const int radiusx10, bool subtracted, bool clusterTower) - radius:" +
std::to_string(radiusx10) +
" has not been defined";
244 PHOOL_VIRTUAL_WARN(
"set_et_iso(const int radiusx10, bool subtracted, bool clusterTower) - nonclusterTower algorithms have not been defined");
251 prop_map_t::const_iterator iter =
prop_map.find(prop_id);
281 std::string warning =
"get_et_iso(const int radiusx10, bool subtracted, bool clusterTower) - radius:" +
std::to_string(radiusx10) +
" has not been defined";
304 std::string warning =
"get_et_iso(const int radiusx10, bool subtracted, bool clusterTower) - radius:" +
std::to_string(radiusx10) +
" has not been defined";
313 PHOOL_VIRTUAL_WARN(
"get_et_iso(const int radiusx10, bool subtracted, bool clusterTower) - nonclusterTower algorithms have not been defined");