CMS 3D CMS Logo

EBDataFrame_Ph2.cc
Go to the documentation of this file.
3 #include <iostream>
4 
5 std::ostream& operator<<(std::ostream& s, const EBDataFrame_Ph2& digi) {
6  s << digi.id() << " " << digi.size() << " samples " << std::endl;
7  for (int i = 0; i < digi.size(); i++)
8  s << " " << digi[i] << std::endl;
9  return s;
10 }
key_type id() const
std::ostream & operator<<(std::ostream &s, const EBDataFrame_Ph2 &digi)