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 ";
50 for (prop_map_t::const_iterator i =
prop_map.begin(); i !=
prop_map.end(); ++i)
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);
116 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
121 prop_map_t::const_iterator i =
prop_map.find(prop_id);
134 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
139 prop_map_t::const_iterator i =
prop_map.find(prop_id);
151 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
164 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
177 cout <<
PHWHERE <<
" Property " << property_info.first <<
" with id "
205 std::string warning =
"set_et_iso(const int radiusx10, bool subtracted, bool clusterTower) - radius:" +
std::to_string(radiusx10) +
" has not been defined";
227 std::string warning =
"set_et_iso(const int radiusx10, bool subtracted, bool clusterTower) - radius:" +
std::to_string(radiusx10) +
" has not been defined";
235 PHOOL_VIRTUAL_WARN(
"set_et_iso(const int radiusx10, bool subtracted, bool clusterTower) - nonclusterTower algorithms have not been defined");
242 prop_map_t::const_iterator iter =
prop_map.find(prop_id);
272 std::string warning =
"get_et_iso(const int radiusx10, bool subtracted, bool clusterTower) - radius:" +
std::to_string(radiusx10) +
" has not been defined";
295 std::string warning =
"get_et_iso(const int radiusx10, bool subtracted, bool clusterTower) - radius:" +
std::to_string(radiusx10) +
" has not been defined";
304 PHOOL_VIRTUAL_WARN(
"get_et_iso(const int radiusx10, bool subtracted, bool clusterTower) - nonclusterTower algorithms have not been defined");