![]() |
![]() |
#include <GEMCSCPadDigi.h>
Public Member Functions | |
int | bx () const |
GEMCSCPadDigi () | |
GEMCSCPadDigi (int pad, int bx) | |
bool | operator< (const GEMCSCPadDigi &digi) const |
Precedence operator. | |
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.
GEMCSCPadDigi::GEMCSCPadDigi | ( | int | pad, |
int | bx | ||
) | [explicit] |
GEMCSCPadDigi::GEMCSCPadDigi | ( | ) |
Definition at line 18 of file GEMCSCPadDigi.cc.
int GEMCSCPadDigi::bx | ( | ) | const [inline] |
Definition at line 28 of file GEMCSCPadDigi.h.
References bx_.
Referenced by operator<(), operator<<(), operator==(), and print().
{ return bx_; }
bool GEMCSCPadDigi::operator< | ( | const GEMCSCPadDigi & | digi | ) | const |
bool GEMCSCPadDigi::operator== | ( | const GEMCSCPadDigi & | digi | ) | const |
int GEMCSCPadDigi::pad | ( | ) | const [inline] |
Definition at line 27 of file GEMCSCPadDigi.h.
References pad_.
Referenced by operator<(), operator<<(), operator==(), and print().
{ return pad_; }
void GEMCSCPadDigi::print | ( | void | ) | const |
Definition at line 49 of file GEMCSCPadDigi.cc.
References bx(), gather_cfg::cout, and pad().
int32_t GEMCSCPadDigi::bx_ [private] |
Definition at line 34 of file GEMCSCPadDigi.h.
Referenced by bx(), operator<(), and operator==().
uint16_t GEMCSCPadDigi::pad_ [private] |
Definition at line 33 of file GEMCSCPadDigi.h.
Referenced by operator<(), operator==(), and pad().