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