CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/DataFormats/HcalRecHit/src/HORecHit.cc File Reference

#include "DataFormats/HcalRecHit/interface/HORecHit.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 11 of file HORecHit.cc.

References CaloRecHit::energy(), HORecHit::id(), and CaloRecHit::time().

                                                           {
  return s << hit.id() << ": " << hit.energy() << " GeV, " << hit.time() << " ns";
}