CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
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 Attributes

int m_firstBX
 
int m_lastBX
 

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 ( )

Definition at line 3 of file L1RPCBxOrConfig.cc.

4 : m_firstBX(99), m_lastBX(99)
5 {
6 
7 }
L1RPCBxOrConfig::~L1RPCBxOrConfig ( )
virtual

Definition at line 10 of file L1RPCBxOrConfig.cc.

10  {
11 
12 
13 
14 
15 
16 }

Member Function Documentation

int L1RPCBxOrConfig::getFirstBX ( ) const
inline

Definition at line 34 of file L1RPCBxOrConfig.h.

References m_firstBX.

34 {return m_firstBX;};
int L1RPCBxOrConfig::getLastBX ( ) const
inline

Definition at line 35 of file L1RPCBxOrConfig.h.

References m_lastBX.

35 {return m_lastBX;};
void L1RPCBxOrConfig::setFirstBX ( int  bx)
inline

Definition at line 37 of file L1RPCBxOrConfig.h.

References m_firstBX.

37 { m_firstBX = bx;};
void L1RPCBxOrConfig::setLastBX ( int  bx)
inline

Definition at line 38 of file L1RPCBxOrConfig.h.

References m_lastBX.

38 { m_lastBX = bx;};

Member Data Documentation

int L1RPCBxOrConfig::m_firstBX
private

Definition at line 38 of file L1RPCBxOrConfig.h.

Referenced by getFirstBX(), and setFirstBX().

int L1RPCBxOrConfig::m_lastBX
private

Definition at line 44 of file L1RPCBxOrConfig.h.

Referenced by getLastBX(), and setLastBX().