#include <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_ |
Digi for Rsisitive Plate Chamber
RPCDigi::RPCDigi | ( | int | strip, |
int | bx | ||
) | [explicit] |
RPCDigi::RPCDigi | ( | ) |
Definition at line 18 of file RPCDigi.cc.
int RPCDigi::bx | ( | ) | const |
Definition at line 49 of file RPCDigi.cc.
References bx_.
Referenced by rpcrawtodigi::DebugDigisPrintout::operator()(), operator<(), operator<<(), operator==(), print(), and RPCRecordFormatter::recordPack().
{ return bx_; }
bool RPCDigi::operator< | ( | const RPCDigi & | digi | ) | const |
bool RPCDigi::operator== | ( | const RPCDigi & | digi | ) | const |
void RPCDigi::print | ( | void | ) | const |
Definition at line 52 of file RPCDigi.cc.
References bx(), gather_cfg::cout, and strip().
int RPCDigi::strip | ( | ) | const |
Definition at line 47 of file RPCDigi.cc.
References strip_.
Referenced by rpcrawtodigi::DebugDigisPrintout::operator()(), operator<(), operator<<(), operator==(), print(), and RPCRecordFormatter::recordPack().
{ return strip_; }
int32_t RPCDigi::bx_ [private] |
Definition at line 33 of file RPCDigi.h.
Referenced by bx(), and operator==().
uint16_t RPCDigi::strip_ [private] |
Definition at line 32 of file RPCDigi.h.
Referenced by operator==(), and strip().