CMS 3D CMS Logo

Public Member Functions | Private Attributes

L1RPCBxOrConfig Class Reference

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

List of all members.

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.

: m_firstBX(99), m_lastBX(99)
{

}
L1RPCBxOrConfig::~L1RPCBxOrConfig ( ) [virtual]

Definition at line 10 of file L1RPCBxOrConfig.cc.

                                 {





}

Member Function Documentation

int L1RPCBxOrConfig::getFirstBX ( ) const [inline]

Definition at line 34 of file L1RPCBxOrConfig.h.

References m_firstBX.

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

Definition at line 35 of file L1RPCBxOrConfig.h.

References m_lastBX.

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

Definition at line 37 of file L1RPCBxOrConfig.h.

References m_firstBX.

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

Definition at line 38 of file L1RPCBxOrConfig.h.

References m_lastBX.

{  m_lastBX = bx;};

Member Data Documentation

Definition at line 38 of file L1RPCBxOrConfig.h.

Referenced by getFirstBX(), and setFirstBX().

Definition at line 44 of file L1RPCBxOrConfig.h.

Referenced by getLastBX(), and setLastBX().