#include <GEMCoPadDigi.h>
Public Member Functions | |
int | bx (int l) const |
GEMPadDigi | first () const |
GEMCoPadDigi (uint8_t roll, GEMPadDigi pad1, GEMPadDigi pad2) | |
GEMCoPadDigi () | |
bool | operator!= (const GEMCoPadDigi &digi) const |
bool | operator== (const GEMCoPadDigi &digi) const |
int | pad (int l) const |
void | print () const |
int | roll () const |
GEMPadDigi | second () const |
Private Attributes | |
GEMPadDigi | first_ |
uint8_t | roll_ |
GEMPadDigi | second_ |
Digi for GEM-CSC trigger copads
Definition at line 16 of file GEMCoPadDigi.h.
|
explicit |
Definition at line 4 of file GEMCoPadDigi.cc.
GEMCoPadDigi::GEMCoPadDigi | ( | ) |
Definition at line 11 of file GEMCoPadDigi.cc.
int GEMCoPadDigi::bx | ( | int | l | ) | const |
|
inline |
Definition at line 29 of file GEMCoPadDigi.h.
References first_.
Referenced by operator!=(), operator<<(), and operator==().
bool GEMCoPadDigi::operator!= | ( | const GEMCoPadDigi & | digi | ) | const |
Definition at line 26 of file GEMCoPadDigi.cc.
References first(), first_, or, roll(), roll_, second(), and second_.
bool GEMCoPadDigi::operator== | ( | const GEMCoPadDigi & | digi | ) | const |
int GEMCoPadDigi::pad | ( | int | l | ) | const |
void GEMCoPadDigi::print | ( | void | ) | const |
Definition at line 48 of file GEMCoPadDigi.cc.
References GEMPadDigi::bx(), gather_cfg::cout, first_, GEMPadDigi::pad(), roll_, and second_.
|
inline |
Definition at line 25 of file GEMCoPadDigi.h.
References roll_.
Referenced by operator!=(), operator<<(), and operator==().
|
inline |
Definition at line 30 of file GEMCoPadDigi.h.
References second_.
Referenced by operator!=(), operator<<(), and operator==().
|
private |
Definition at line 36 of file GEMCoPadDigi.h.
Referenced by bx(), first(), operator!=(), operator==(), pad(), and print().
|
private |
Definition at line 35 of file GEMCoPadDigi.h.
Referenced by operator!=(), operator==(), print(), and roll().
|
private |
Definition at line 37 of file GEMCoPadDigi.h.
Referenced by bx(), operator!=(), operator==(), pad(), print(), and second().