CMS 3D CMS Logo

CSCDBGains.cc
Go to the documentation of this file.
2 #include <iostream>
3 
4 std::ostream& operator<<(std::ostream& os, const CSCDBGains& cscdb) {
5  for (size_t i = 0; i < cscdb.gains.size(); ++i) {
6  os << "elem: " << i << " gain_slope: " << cscdb.gains[i].gain_slope << "\n";
7  }
8  return os;
9 }
std::ostream & operator<<(std::ostream &os, const CSCDBGains &cscdb)
Definition: CSCDBGains.cc:4
GainContainer gains
Definition: CSCDBGains.h:24