CMS 3D CMS Logo

CaloRecHit.cc
Go to the documentation of this file.
2 
3 std::ostream& operator<<(std::ostream& s, const CaloRecHit& hit) {
4  s << hit.detid().rawId() << ", " << hit.energy() << " GeV, " << hit.time() << " ns ";
5  s << " flags=0x" << std::hex << hit.flags() << std::dec << " ";
6  s << " aux=0x" << std::hex << hit.aux() << std::dec << " ";
7  return s;
8 }
CaloRecHit
Definition: CaloRecHit.h:23
CaloRecHit.h
alignCSCRings.s
s
Definition: alignCSCRings.py:92
TauDecayModes.dec
dec
Definition: TauDecayModes.py:142
operator<<
std::ostream & operator<<(std::ostream &s, const CaloRecHit &hit)
Definition: CaloRecHit.cc:3
hit
Definition: SiStripHitEffFromCalibTree.cc:88