CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCChamberTimeCorrections.cc
Go to the documentation of this file.
2 #include <iostream>
3 
4 std::ostream & operator<<(std::ostream & os, const CSCChamberTimeCorrections & cscdb)
5 {
6  for ( size_t i = 0; i < cscdb.chamberCorrections.size(); ++i )
7  {
8  os << "elem: " << i << " csc time corrections: " <<
9  cscdb.chamberCorrections[i].cfeb_length << " " <<
10  cscdb.chamberCorrections[i].cfeb_rev << " " <<
11  cscdb.chamberCorrections[i].alct_length << " " <<
12  cscdb.chamberCorrections[i].alct_rev << " " <<
13  cscdb.chamberCorrections[i].cfeb_tmb_skew_delay << " " <<
14  cscdb.chamberCorrections[i].cfeb_timing_corr << " " <<
15  cscdb.chamberCorrections[i].cfeb_cable_delay << " " <<
16  cscdb.chamberCorrections[i].anode_bx_offset << "\n";
17  }
18  return os;
19 }
int i
Definition: DBlmapReader.cc:9
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:187