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