Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
CondFormats
L1TObjects
src
L1MuCSCTFConfiguration.cc
Go to the documentation of this file.
1
#include "
CondFormats/L1TObjects/interface/L1MuCSCTFConfiguration.h
"
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
}
L1MuCSCTFConfiguration.h
L1MuCSCTFConfiguration::print
void print(std::ostream &) const
print all the L1 CSCTF Configuration Parameters
Definition:
L1MuCSCTFConfiguration.cc:5
L1MuCSCTFConfiguration::registers
std::string registers[12]
Definition:
L1MuCSCTFConfiguration.h:10
Generated for CMSSW Reference Manual by
1.8.5