CMS 3D CMS Logo

EcalTBTDCRawInfo.cc
Go to the documentation of this file.
2 
3 std::ostream& operator<<(std::ostream& s, const EcalTBTDCRawInfo& tdcInfo) {
4  s << "TDC has " << tdcInfo.size() << " samples " << std::endl;
5  for (unsigned int i = 0; i < tdcInfo.size(); i++)
6  s << " " << tdcInfo.sample(i) << std::endl;
7  return s;
8 }
unsigned int size() const
Get methods.
const EcalTBTDCSample & sample(unsigned int i) const
std::ostream & operator<<(std::ostream &s, const EcalTBTDCRawInfo &tdcInfo)