#include <GEMDigi.h>
Public Member Functions | |
int | bx () const |
GEMDigi (int strip, int bx) | |
GEMDigi () | |
bool | operator!= (const GEMDigi &digi) const |
bool | operator< (const GEMDigi &digi) const |
Precedence operator. More... | |
bool | operator== (const GEMDigi &digi) const |
void | print () const |
int | strip () const |
Private Attributes | |
int16_t | bx_ |
uint16_t | strip_ |
|
explicit |
Definition at line 11 of file GEMDigi.cc.
GEMDigi::GEMDigi | ( | ) |
Definition at line 16 of file GEMDigi.cc.
|
inline |
Definition at line 27 of file GEMDigi.h.
Referenced by operator!=(), operator<(), operator<<(), operator==(), print(), GEMDigiToRawModule::produce(), and GEMRawToDigiModule::produce().
bool GEMDigi::operator!= | ( | const GEMDigi & | digi | ) | const |
Definition at line 30 of file GEMDigi.cc.
References bx(), bx_, or, strip(), and strip_.
bool GEMDigi::operator< | ( | const GEMDigi & | digi | ) | const |
bool GEMDigi::operator== | ( | const GEMDigi & | digi | ) | const |
void GEMDigi::print | ( | void | ) | const |
Definition at line 52 of file GEMDigi.cc.
References bx(), gather_cfg::cout, and strip().
Referenced by bx().
|
inline |
Definition at line 26 of file GEMDigi.h.
References strip_.
Referenced by operator!=(), operator<(), operator<<(), operator==(), print(), and GEMDigiToRawModule::produce().
|
private |
Definition at line 33 of file GEMDigi.h.
Referenced by bx(), operator!=(), operator<(), and operator==().
|
private |
Definition at line 32 of file GEMDigi.h.
Referenced by operator!=(), operator<(), operator==(), and strip().