CMS 3D CMS Logo

HcalCalibRecHit.cc
Go to the documentation of this file.
2 
3 HcalCalibRecHit::HcalCalibRecHit() : id_(), amplitude_(0), time_(0) {}
4 
6  : id_(id), amplitude_(ampl), time_(time) {}
7 
8 std::ostream& operator<<(std::ostream& s, const HcalCalibRecHit& hit) {
9  return s << hit.id() << ": " << hit.amplitude() << " , " << hit.time() << " ns";
10 }
std::ostream & operator<<(std::ostream &s, const HcalCalibRecHit &hit)
unsigned int id