CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
HORecHit.cc
Go to the documentation of this file.
2 
3 std::ostream& operator<<(std::ostream& s, const HORecHit& hit) {
4  return s << hit.id() << ": " << hit.energy() << " GeV, " << hit.time() << " ns";
5 }
constexpr float energy() const
Definition: CaloRecHit.h:29
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:167
constexpr HcalDetId id() const
get the id
Definition: HORecHit.h:19
constexpr float time() const
Definition: CaloRecHit.h:31