#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 |
Description: Contains configuration of multiple BX triggering for L1RPC emulator
Usage: <usage>
Definition at line 26 of file L1RPCBxOrConfig.h.
L1RPCBxOrConfig::L1RPCBxOrConfig | ( | ) |
Definition at line 3 of file L1RPCBxOrConfig.cc.
L1RPCBxOrConfig::~L1RPCBxOrConfig | ( | ) | [virtual] |
Definition at line 10 of file L1RPCBxOrConfig.cc.
{ }
int L1RPCBxOrConfig::getFirstBX | ( | ) | const [inline] |
int L1RPCBxOrConfig::getLastBX | ( | ) | const [inline] |
void L1RPCBxOrConfig::setFirstBX | ( | int | bx | ) | [inline] |
void L1RPCBxOrConfig::setLastBX | ( | int | bx | ) | [inline] |
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().