CMS 3D CMS Logo

EcalTBTDCRecInfo.cc
Go to the documentation of this file.
2 
3 std::ostream& operator<<(std::ostream& s, const EcalTBTDCRecInfo& tdcInfo) {
4  s << "TDC offset is " << tdcInfo.offset();
5  return s;
6 }
float offset() const
std::ostream & operator<<(std::ostream &s, const EcalTBTDCRecInfo &tdcInfo)