CMS 3D CMS Logo

Classes | Functions
HORecHit.h File Reference
#include "DataFormats/HcalDetId/interface/HcalDetId.h"
#include "DataFormats/CaloRecHit/interface/CaloRecHit.h"

Go to the source code of this file.

Classes

class  HORecHit
 

Functions

std::ostream & operator<< (std::ostream &s, const HORecHit &hit)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const HORecHit hit 
)

Definition at line 3 of file HORecHit.cc.

References hit::id, and alignCSCRings::s.

3  {
4  return s << hit.id() << ": " << hit.energy() << " GeV, " << hit.time() << " ns";
5 }
unsigned int id