#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 |
Description: Contains configuration of multiple BX triggering for L1RPC emulator
Usage: <usage>
Definition at line 28 of file L1RPCBxOrConfig.h.
L1RPCBxOrConfig::L1RPCBxOrConfig | ( | ) |
Definition at line 3 of file L1RPCBxOrConfig.cc.
|
virtual |
Definition at line 10 of file L1RPCBxOrConfig.cc.
|
inline |
|
inline |
|
private |
|
inline |
|
inline |
|
friend |
Definition at line 50 of file L1RPCBxOrConfig.h.
|
friend |
Definition at line 50 of file L1RPCBxOrConfig.h.
|
private |
Definition at line 40 of file L1RPCBxOrConfig.h.
Referenced by getFirstBX(), and setFirstBX().
|
private |
Definition at line 46 of file L1RPCBxOrConfig.h.
Referenced by getLastBX(), and setLastBX().