![]() |
![]() |
#include <L1TMuonOverlapFwVersion.h>
Public Member Functions | |
unsigned | algoVersion () const |
unsigned | fwVersion () const |
L1TMuonOverlapFwVersion () | |
L1TMuonOverlapFwVersion (unsigned algoV, unsigned layersV, unsigned patternsV, std::string sDate) | |
unsigned | layersVersion () const |
unsigned | patternsVersion () const |
void | setAlgoVersion (unsigned algoV) |
void | setFwVersion (unsigned layersV) |
void | setLayersVersion (unsigned layersV) |
void | setPatternsVersion (unsigned patternsV) |
void | setSynthDate (std::string sDate) |
std::string | synthDate () const |
~L1TMuonOverlapFwVersion () | |
Public Attributes | |
unsigned | algorithmVer_ |
Firmware configuration parameters. More... | |
unsigned | layersVer_ |
unsigned | patternsVer_ |
std::string | synthDate_ |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 14 of file L1TMuonOverlapFwVersion.h.
|
inline |
Definition at line 16 of file L1TMuonOverlapFwVersion.h.
References algorithmVer_, layersVer_, patternsVer_, and synthDate_.
|
inline |
Definition at line 22 of file L1TMuonOverlapFwVersion.h.
References algorithmVer_, layersVer_, patternsVer_, and synthDate_.
|
inline |
Definition at line 28 of file L1TMuonOverlapFwVersion.h.
|
inline |
Definition at line 30 of file L1TMuonOverlapFwVersion.h.
References algorithmVer_.
Referenced by L1TMuonOverlapFwVersionTester::analyze().
|
inline |
|
inline |
Definition at line 31 of file L1TMuonOverlapFwVersion.h.
References layersVer_.
Referenced by L1TMuonOverlapFwVersionTester::analyze().
|
inline |
Definition at line 33 of file L1TMuonOverlapFwVersion.h.
References patternsVer_.
Referenced by L1TMuonOverlapFwVersionTester::analyze().
|
private |
|
inline |
Definition at line 35 of file L1TMuonOverlapFwVersion.h.
References algorithmVer_.
Referenced by L1TMuonOverlapFwVersionESProducer::L1TMuonOverlapFwVersionESProducer().
|
inline |
|
inline |
Definition at line 36 of file L1TMuonOverlapFwVersion.h.
References layersVer_.
Referenced by L1TMuonOverlapFwVersionESProducer::L1TMuonOverlapFwVersionESProducer().
|
inline |
Definition at line 38 of file L1TMuonOverlapFwVersion.h.
References patternsVer_.
Referenced by L1TMuonOverlapFwVersionESProducer::L1TMuonOverlapFwVersionESProducer().
|
inline |
Definition at line 39 of file L1TMuonOverlapFwVersion.h.
References synthDate_.
Referenced by L1TMuonOverlapFwVersionESProducer::L1TMuonOverlapFwVersionESProducer().
|
inline |
Definition at line 34 of file L1TMuonOverlapFwVersion.h.
References synthDate_.
Referenced by L1TMuonOverlapFwVersionTester::analyze().
|
friend |
Definition at line 47 of file L1TMuonOverlapFwVersion.h.
|
friend |
Definition at line 47 of file L1TMuonOverlapFwVersion.h.
unsigned L1TMuonOverlapFwVersion::algorithmVer_ |
Firmware configuration parameters.
Definition at line 42 of file L1TMuonOverlapFwVersion.h.
Referenced by algoVersion(), L1TMuonOverlapFwVersion(), and setAlgoVersion().
unsigned L1TMuonOverlapFwVersion::layersVer_ |
Definition at line 43 of file L1TMuonOverlapFwVersion.h.
Referenced by fwVersion(), L1TMuonOverlapFwVersion(), layersVersion(), setFwVersion(), and setLayersVersion().
unsigned L1TMuonOverlapFwVersion::patternsVer_ |
Definition at line 44 of file L1TMuonOverlapFwVersion.h.
Referenced by L1TMuonOverlapFwVersion(), patternsVersion(), and setPatternsVersion().
std::string L1TMuonOverlapFwVersion::synthDate_ |
Definition at line 45 of file L1TMuonOverlapFwVersion.h.
Referenced by L1TMuonOverlapFwVersion(), setSynthDate(), and synthDate().