![]() |
![]() |
#include <DataFormats/RPCDigi/interface/RPCDigi.h>
Public Member Functions | |
int | bx () const |
bool | operator< (const RPCDigi &digi) const |
Precedence operator. | |
bool | operator== (const RPCDigi &digi) const |
void | print () const |
RPCDigi () | |
RPCDigi (int strip, int bx) | |
int | strip () const |
Private Attributes | |
int32_t | bx_ |
uint16_t | strip_ |
Definition at line 17 of file RPCDigi.h.
RPCDigi::RPCDigi | ( | ) |
int RPCDigi::bx | ( | ) | const |
Definition at line 44 of file RPCDigi.cc.
References bx_.
Referenced by operator<(), operator<<(), operator==(), print(), RPCRecordFormatter::recordPack(), and RPCRecordFormatter::recordUnpack().
00044 { return bx_; }
Definition at line 47 of file RPCDigi.cc.
References bx(), GenMuonPlsPt100GeV_cfg::cout, lat::endl(), and strip().
int RPCDigi::strip | ( | ) | const |
Definition at line 42 of file RPCDigi.cc.
References strip_.
Referenced by rpcrawtodigi::DebugDigisPrintout::operator()(), operator<(), operator<<(), operator==(), print(), RPCRecordFormatter::recordPack(), and RPCRecordFormatter::recordUnpack().
00042 { return strip_; }
int32_t RPCDigi::bx_ [private] |
uint16_t RPCDigi::strip_ [private] |