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