25 os <<
"---Jet v1-----------------------" << std::endl;
26 os <<
"jetid: " <<
get_id() << std::endl;
27 os <<
" (px,py,pz,e) = (" <<
get_px() <<
", " <<
get_py() <<
", ";
28 os <<
get_pz() <<
", " <<
get_e() <<
") GeV" << std::endl;
32 os << citer->first <<
" -> " << citer->second << std::endl;
34 os <<
"-----------------------------------------------" << std::endl;
50 if (
_id == 0xFFFFFFFF)
return 0;
53 if (std::isnan(
i))
return 0;
55 if (std::isnan(
_e))
return 0;
97 return -1 * sqrt(std::fabs(mass2));
99 return std::sqrt(mass2);
110 typ_property_map::const_iterator citer =
_property_map.find(prop_id);
120 typ_property_map::const_iterator citer =
_property_map.find(prop_id);
125 return citer->second;
145 os <<
"Jet B-quark fraction";
148 os <<
"Property[" << citer.first <<
"]";
152 os <<
"\t= " << citer.second << std::endl;
157 os <<
" warning: Method Jet::"<<method_name <<
"() not implemented in Jetv1" << std::endl;