#include <GEMCSCPadDigi.h>
Public Member Functions | |
int | bx () const |
GEMCSCPadDigi (int pad, int bx) | |
GEMCSCPadDigi () | |
bool | operator< (const GEMCSCPadDigi &digi) const |
Precedence operator. More... | |
bool | operator== (const GEMCSCPadDigi &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 18 of file GEMCSCPadDigi.h.
|
explicit |
Definition at line 13 of file GEMCSCPadDigi.cc.
GEMCSCPadDigi::GEMCSCPadDigi | ( | ) |
Definition at line 18 of file GEMCSCPadDigi.cc.
|
inline |
Definition at line 28 of file GEMCSCPadDigi.h.
References bx_.
Referenced by operator<(), operator<<(), operator==(), and print().
bool GEMCSCPadDigi::operator< | ( | const GEMCSCPadDigi & | digi | ) | const |
bool GEMCSCPadDigi::operator== | ( | const GEMCSCPadDigi & | digi | ) | const |
|
inline |
Definition at line 27 of file GEMCSCPadDigi.h.
References pad_.
Referenced by operator<(), operator<<(), operator==(), and print().
void GEMCSCPadDigi::print | ( | void | ) | const |
|
private |
Definition at line 34 of file GEMCSCPadDigi.h.
Referenced by bx(), operator<(), and operator==().
|
private |
Definition at line 33 of file GEMCSCPadDigi.h.
Referenced by operator<(), operator==(), and pad().