#include <GEMDigi.h>
Public Member Functions | |
int16_t | bx () const |
GEMDigi (uint16_t strip, int16_t bx) | |
GEMDigi () | |
bool | isValid () const |
bool | operator!= (const GEMDigi &digi) const |
bool | operator< (const GEMDigi &digi) const |
Precedence operator. More... | |
bool | operator== (const GEMDigi &digi) const |
void | print () const |
uint16_t | strip () const |
Private Attributes | |
int16_t | bx_ |
uint16_t | strip_ |
|
explicit |
Definition at line 4 of file GEMDigi.cc.
GEMDigi::GEMDigi | ( | ) |
Definition at line 6 of file GEMDigi.cc.
|
inline |
Definition at line 27 of file GEMDigi.h.
References bx_.
Referenced by operator!=(), operator<(), operator<<(), operator==(), print(), and GEMDigiToRawModule::produce().
bool GEMDigi::isValid | ( | void | ) | const |
Definition at line 22 of file GEMDigi.cc.
Referenced by ntupleDataFormat._Object::_checkIsValid(), and core.AutoHandle.AutoHandle::ReallyLoad().
bool GEMDigi::operator!= | ( | const GEMDigi & | digi | ) | const |
Definition at line 12 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 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(), isValid(), operator!=(), operator<(), and operator==().
|
private |
Definition at line 32 of file GEMDigi.h.
Referenced by isValid(), operator!=(), operator<(), operator==(), and strip().