CMS 3D CMS Logo

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

#include <CondFormats/L1TObjects/interface/L1RPCBxOrConfig.h>

Public Member Functions

int getFirstBX () const
 
int getLastBX () const
 
 L1RPCBxOrConfig ()
 
void setFirstBX (int bx)
 
void setLastBX (int bx)
 
virtual ~L1RPCBxOrConfig ()
 

Private Member Functions

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

Private Attributes

int m_firstBX
 
int m_lastBX
 

Friends

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

Detailed Description

Description: Contains configuration of multiple BX triggering for L1RPC emulator

Usage: <usage>

Definition at line 26 of file L1RPCBxOrConfig.h.

Constructor & Destructor Documentation

◆ L1RPCBxOrConfig()

L1RPCBxOrConfig::L1RPCBxOrConfig ( )

Definition at line 3 of file L1RPCBxOrConfig.cc.

◆ ~L1RPCBxOrConfig()

L1RPCBxOrConfig::~L1RPCBxOrConfig ( )
virtual

Definition at line 5 of file L1RPCBxOrConfig.cc.

5 {}

Member Function Documentation

◆ getFirstBX()

int L1RPCBxOrConfig::getFirstBX ( ) const
inline

Definition at line 31 of file L1RPCBxOrConfig.h.

References m_firstBX.

Referenced by RPCConeBuilderFromES::getConesFromES().

31 { return m_firstBX; };

◆ getLastBX()

int L1RPCBxOrConfig::getLastBX ( ) const
inline

Definition at line 32 of file L1RPCBxOrConfig.h.

References m_lastBX.

Referenced by RPCConeBuilderFromES::getConesFromES().

32 { return m_lastBX; };

◆ serialize()

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

◆ setFirstBX()

void L1RPCBxOrConfig::setFirstBX ( int  bx)
inline

Definition at line 34 of file L1RPCBxOrConfig.h.

References nano_mu_digi_cff::bx, and m_firstBX.

◆ setLastBX()

void L1RPCBxOrConfig::setLastBX ( int  bx)
inline

Definition at line 35 of file L1RPCBxOrConfig.h.

References nano_mu_digi_cff::bx, and m_lastBX.

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 41 of file L1RPCBxOrConfig.h.

◆ cond::serialization::access

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

Definition at line 41 of file L1RPCBxOrConfig.h.

Member Data Documentation

◆ m_firstBX

int L1RPCBxOrConfig::m_firstBX
private

Definition at line 35 of file L1RPCBxOrConfig.h.

Referenced by getFirstBX(), and setFirstBX().

◆ m_lastBX

int L1RPCBxOrConfig::m_lastBX
private

Definition at line 39 of file L1RPCBxOrConfig.h.

Referenced by getLastBX(), and setLastBX().