CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
L1MuCSCTFConfiguration.cc
Go to the documentation of this file.
2 #include <iostream>
3 #include <cstdlib>
4 
5 void L1MuCSCTFConfiguration::print(std::ostream& myStr) const {
6  myStr << "\nL1 Mu CSCTF Parameters \n" << std::endl;
7 
8  for (int iSP = 0; iSP < 12; iSP++) {
9  myStr << "=============================================" << std::endl;
10  myStr << "Printing out Global Tag Content for SP " << iSP + 1 << std::endl;
11  myStr << registers[iSP];
12  myStr << "=============================================" << std::endl;
13  }
14 }
void print(std::ostream &) const
print all the L1 CSCTF Configuration Parameters