#include <L1MuCSCTFConfiguration.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 8 of file L1MuCSCTFConfiguration.h.
◆ const_iterator
◆ L1MuCSCTFConfiguration() [1/3]
L1MuCSCTFConfiguration::L1MuCSCTFConfiguration |
( |
void |
| ) |
|
|
inline |
◆ L1MuCSCTFConfiguration() [2/3]
L1MuCSCTFConfiguration::L1MuCSCTFConfiguration |
( |
std::string |
regs[12] | ) |
|
|
inline |
◆ L1MuCSCTFConfiguration() [3/3]
◆ ~L1MuCSCTFConfiguration()
L1MuCSCTFConfiguration::~L1MuCSCTFConfiguration |
( |
void |
| ) |
|
|
inline |
◆ begin()
◆ configAsText()
const std::string* L1MuCSCTFConfiguration::configAsText |
( |
void |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ end()
◆ operator=()
◆ operator[]()
const std::string& L1MuCSCTFConfiguration::operator[] |
( |
int |
iIndex | ) |
const |
|
inline |
◆ print()
void L1MuCSCTFConfiguration::print |
( |
std::ostream & |
myStr | ) |
const |
print all the L1 CSCTF Configuration Parameters
Definition at line 5 of file L1MuCSCTFConfiguration.cc.
References registers.
Referenced by L1TConfigDumper::analyze().
6 myStr <<
"\nL1 Mu CSCTF Parameters \n" << std::endl;
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;
12 myStr <<
"=============================================" << std::endl;
std::string registers[12]
◆ serialize()
template<class Archive >
void L1MuCSCTFConfiguration::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ cond::serialization::access
template<typename CondSerializationT , typename Enabled >
◆ registers
std::string L1MuCSCTFConfiguration::registers[12] |
|
private |