CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTBTDCRecInfo.cc
Go to the documentation of this file.
2 
3 
4 std::ostream& operator<<(std::ostream& s, const EcalTBTDCRecInfo& tdcInfo) {
5  s << "TDC offset is " << tdcInfo.offset() ;
6  return s;
7 }
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:187
float offset() const