#include "DataFormats/HcalRecHit/interface/HFRecHit.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &s, const HFRecHit &hit) |
std::ostream& operator<< | ( | std::ostream & | s, | |
const HFRecHit & | hit | |||
) |
Definition at line 11 of file HFRecHit.cc.
References CaloRecHit::energy(), HFRecHit::id(), and CaloRecHit::time().
00011 { 00012 return s << hit.id() << ": " << hit.energy() << " GeV, " << hit.time() << " ns"; 00013 }