CMS 3D CMS Logo

HFRecHit.cc
Go to the documentation of this file.
2 
3 std::ostream& operator<<(std::ostream& s, const HFRecHit& hit) {
4  s << hit.id() << ": " << hit.energy() << " GeV";
5  if (hit.time() > -998) {
6  s << ", t= " << hit.time() << " to " << hit.timeFalling() << " ns";
7  }
8  return s;
9 }
hit::id
unsigned int id
Definition: SiStripHitEffFromCalibTree.cc:92
alignCSCRings.s
s
Definition: alignCSCRings.py:92
HFRecHit
Definition: HFRecHit.h:11
HFRecHit.h
operator<<
std::ostream & operator<<(std::ostream &s, const HFRecHit &hit)
Definition: HFRecHit.cc:3
hit
Definition: SiStripHitEffFromCalibTree.cc:88