#include <GEMCoPadDigi.h>
Public Member Functions | |
int | bx (int l) const |
GEMPadDigi | first () const |
GEMCoPadDigi (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 |
GEMPadDigi | second () const |
Private Attributes | |
GEMPadDigi | first_ |
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 10 of file GEMCoPadDigi.cc.
int GEMCoPadDigi::bx | ( | int | l | ) | const |
|
inline |
Definition at line 28 of file GEMCoPadDigi.h.
References first_.
Referenced by operator!=(), operator<<(), and operator==().
bool GEMCoPadDigi::operator!= | ( | const GEMCoPadDigi & | digi | ) | const |
Definition at line 24 of file GEMCoPadDigi.cc.
References first(), first_, or, second(), and second_.
bool GEMCoPadDigi::operator== | ( | const GEMCoPadDigi & | digi | ) | const |
int GEMCoPadDigi::pad | ( | int | l | ) | const |
void GEMCoPadDigi::print | ( | void | ) | const |
Definition at line 46 of file GEMCoPadDigi.cc.
References GEMPadDigi::bx(), gather_cfg::cout, first_, GEMPadDigi::pad(), and second_.
|
inline |
Definition at line 29 of file GEMCoPadDigi.h.
References second_.
Referenced by operator!=(), operator<<(), and operator==().
|
private |
Definition at line 34 of file GEMCoPadDigi.h.
Referenced by bx(), first(), operator!=(), operator==(), pad(), and print().
|
private |
Definition at line 35 of file GEMCoPadDigi.h.
Referenced by bx(), operator!=(), operator==(), pad(), print(), and second().