CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes | Private Member Functions | Friends
L1TMuonOverlapFwVersion Class Reference

#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
 

Detailed Description

Definition at line 14 of file L1TMuonOverlapFwVersion.h.

Constructor & Destructor Documentation

◆ L1TMuonOverlapFwVersion() [1/2]

L1TMuonOverlapFwVersion::L1TMuonOverlapFwVersion ( )
inline

Definition at line 16 of file L1TMuonOverlapFwVersion.h.

References algorithmVer_, layersVer_, patternsVer_, and synthDate_.

16  {
17  algorithmVer_ = 0x110;
18  layersVer_ = 0x6;
19  patternsVer_ = 0x3;
20  synthDate_ = "2018-9-18 21:26:2";
21  }
unsigned algorithmVer_
Firmware configuration parameters.

◆ L1TMuonOverlapFwVersion() [2/2]

L1TMuonOverlapFwVersion::L1TMuonOverlapFwVersion ( unsigned  algoV,
unsigned  layersV,
unsigned  patternsV,
std::string  sDate 
)
inline

Definition at line 22 of file L1TMuonOverlapFwVersion.h.

References algorithmVer_, layersVer_, patternsVer_, and synthDate_.

22  {
23  algorithmVer_ = algoV;
24  layersVer_ = layersV;
25  patternsVer_ = patternsV;
26  synthDate_ = sDate;
27  }
unsigned algorithmVer_
Firmware configuration parameters.

◆ ~L1TMuonOverlapFwVersion()

L1TMuonOverlapFwVersion::~L1TMuonOverlapFwVersion ( )
inline

Definition at line 28 of file L1TMuonOverlapFwVersion.h.

28 {}

Member Function Documentation

◆ algoVersion()

unsigned L1TMuonOverlapFwVersion::algoVersion ( ) const
inline

Definition at line 30 of file L1TMuonOverlapFwVersion.h.

References algorithmVer_.

30 { return algorithmVer_; }
unsigned algorithmVer_
Firmware configuration parameters.

◆ fwVersion()

unsigned L1TMuonOverlapFwVersion::fwVersion ( ) const
inline

Definition at line 32 of file L1TMuonOverlapFwVersion.h.

References layersVer_.

32 { return layersVer_; }

◆ layersVersion()

unsigned L1TMuonOverlapFwVersion::layersVersion ( ) const
inline

Definition at line 31 of file L1TMuonOverlapFwVersion.h.

References layersVer_.

31 { return layersVer_; }

◆ patternsVersion()

unsigned L1TMuonOverlapFwVersion::patternsVersion ( ) const
inline

Definition at line 33 of file L1TMuonOverlapFwVersion.h.

References patternsVer_.

◆ serialize()

template<class Archive >
void L1TMuonOverlapFwVersion::serialize ( Archive &  ar,
const unsigned int  version 
)
private

◆ setAlgoVersion()

void L1TMuonOverlapFwVersion::setAlgoVersion ( unsigned  algoV)
inline

Definition at line 35 of file L1TMuonOverlapFwVersion.h.

References algorithmVer_.

Referenced by L1TMuonOverlapFwVersionESProducer::L1TMuonOverlapFwVersionESProducer().

35 { algorithmVer_ = algoV; }
unsigned algorithmVer_
Firmware configuration parameters.

◆ setFwVersion()

void L1TMuonOverlapFwVersion::setFwVersion ( unsigned  layersV)
inline

Definition at line 37 of file L1TMuonOverlapFwVersion.h.

References layersVer_.

37 { layersVer_ = layersV; }

◆ setLayersVersion()

void L1TMuonOverlapFwVersion::setLayersVersion ( unsigned  layersV)
inline

◆ setPatternsVersion()

void L1TMuonOverlapFwVersion::setPatternsVersion ( unsigned  patternsV)
inline

◆ setSynthDate()

void L1TMuonOverlapFwVersion::setSynthDate ( std::string  sDate)
inline

◆ synthDate()

std::string L1TMuonOverlapFwVersion::synthDate ( ) const
inline

Definition at line 34 of file L1TMuonOverlapFwVersion.h.

References synthDate_.

34 { return synthDate_; }

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 47 of file L1TMuonOverlapFwVersion.h.

◆ cond::serialization::access

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 47 of file L1TMuonOverlapFwVersion.h.

Member Data Documentation

◆ algorithmVer_

unsigned L1TMuonOverlapFwVersion::algorithmVer_

Firmware configuration parameters.

Definition at line 42 of file L1TMuonOverlapFwVersion.h.

Referenced by algoVersion(), L1TMuonOverlapFwVersion(), and setAlgoVersion().

◆ layersVer_

unsigned L1TMuonOverlapFwVersion::layersVer_

◆ patternsVer_

unsigned L1TMuonOverlapFwVersion::patternsVer_

◆ synthDate_

std::string L1TMuonOverlapFwVersion::synthDate_

Definition at line 45 of file L1TMuonOverlapFwVersion.h.

Referenced by L1TMuonOverlapFwVersion(), setSynthDate(), and synthDate().