#include <GEMPadDigi.h>
Public Member Functions | |
int | bx () const |
GEMPadDigi (int pad, int bx) | |
GEMPadDigi () | |
bool | operator!= (const GEMPadDigi &digi) const |
bool | operator< (const GEMPadDigi &digi) const |
Precedence operator. More... | |
bool | operator== (const GEMPadDigi &digi) const |
int | pad () const |
void | print () const |
Private Attributes | |
int32_t | bx_ |
uint16_t | pad_ |
Digi for GEM-CSC trigger pads
Definition at line 15 of file GEMPadDigi.h.
|
explicit |
Definition at line 13 of file GEMPadDigi.cc.
GEMPadDigi::GEMPadDigi | ( | ) |
Definition at line 18 of file GEMPadDigi.cc.
|
inline |
Definition at line 26 of file GEMPadDigi.h.
References bx_.
Referenced by GEMCoPadDigi::bx(), operator!=(), operator<(), operator<<(), operator==(), print(), and GEMCoPadDigi::print().
bool GEMPadDigi::operator!= | ( | const GEMPadDigi & | digi | ) | const |
Definition at line 32 of file GEMPadDigi.cc.
References bx(), bx_, or, pad(), and pad_.
bool GEMPadDigi::operator< | ( | const GEMPadDigi & | digi | ) | const |
bool GEMPadDigi::operator== | ( | const GEMPadDigi & | digi | ) | const |
|
inline |
Definition at line 25 of file GEMPadDigi.h.
References pad_.
Referenced by operator!=(), operator<(), operator<<(), operator==(), GEMCoPadDigi::pad(), print(), and GEMCoPadDigi::print().
void GEMPadDigi::print | ( | void | ) | const |
|
private |
Definition at line 32 of file GEMPadDigi.h.
Referenced by bx(), operator!=(), operator<(), and operator==().
|
private |
Definition at line 31 of file GEMPadDigi.h.
Referenced by operator!=(), operator<(), operator==(), and pad().