#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 | |
int32_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 26 of file GEMDigi.h.
References bx_.
Referenced by operator!=(), operator<(), operator<<(), operator==(), and print().
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 |
|
inline |
Definition at line 25 of file GEMDigi.h.
References strip_.
Referenced by operator!=(), operator<(), operator<<(), operator==(), and print().
|
private |
Definition at line 32 of file GEMDigi.h.
Referenced by bx(), operator!=(), operator<(), and operator==().
|
private |
Definition at line 31 of file GEMDigi.h.
Referenced by operator!=(), operator<(), operator==(), and strip().