#include <RPCDigi.h>
Public Member Functions | |
int | bx () const |
bool | operator< (const RPCDigi &digi) const |
Precedence operator. More... | |
bool | operator== (const RPCDigi &digi) const |
void | print () const |
RPCDigi (int strip, int bx) | |
RPCDigi () | |
int | strip () const |
Private Attributes | |
int32_t | bx_ |
uint16_t | strip_ |
|
explicit |
Definition at line 11 of file RPCDigi.cc.
RPCDigi::RPCDigi | ( | ) |
Definition at line 16 of file RPCDigi.cc.
int RPCDigi::bx | ( | ) | const |
Definition at line 47 of file RPCDigi.cc.
References bx_.
Referenced by CSCMotherboardME3141RPC::constructLCTsRPC(), rpcrawtodigi::DebugDigisPrintout::operator()(), operator<(), operator<<(), operator==(), print(), and RPCRecordFormatter::recordPack().
bool RPCDigi::operator< | ( | const RPCDigi & | digi | ) | const |
bool RPCDigi::operator== | ( | const RPCDigi & | digi | ) | const |
void RPCDigi::print | ( | void | ) | const |
int RPCDigi::strip | ( | ) | const |
Definition at line 45 of file RPCDigi.cc.
References strip_.
Referenced by CSCMotherboardME3141RPC::constructLCTsRPC(), rpcrawtodigi::DebugDigisPrintout::operator()(), operator<(), operator<<(), operator==(), print(), and RPCRecordFormatter::recordPack().
|
private |
Definition at line 31 of file RPCDigi.h.
Referenced by bx(), and operator==().
|
private |
Definition at line 30 of file RPCDigi.h.
Referenced by operator==(), and strip().