Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:19

0001 #include "DataFormats/HcalRecHit/interface/HORecHit.h"
0002 
0003 std::ostream& operator<<(std::ostream& s, const HORecHit& hit) {
0004   return s << hit.id() << ": " << hit.energy() << " GeV, " << hit.time() << " ns";
0005 }