#include <GEMCoPadDigi.h>
Public Member Functions | |
int | bx (int l) const |
GEMPadDigi | first () const |
GEMCoPadDigi (uint8_t roll, GEMPadDigi pad1, GEMPadDigi pad2) | |
GEMCoPadDigi () | |
bool | isValid () const |
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 |
Definition at line 46 of file GEMCoPadDigi.cc.
References GEMPadDigi::bx(), first_, and second_.
Referenced by CSCGEMMotherboard::constructLCTsGEM(), CSCGEMMotherboard::getBX(), and roll().
|
inline |
Definition at line 30 of file GEMCoPadDigi.h.
References first_.
Referenced by CSCGEMMotherboard::constructLCTsGEM(), operator!=(), operator<<(), and operator==().
bool GEMCoPadDigi::isValid | ( | void | ) | const |
Definition at line 32 of file GEMCoPadDigi.cc.
References first_, GEMPadDigi::isValid(), and second_.
Referenced by ntupleDataFormat._Object::_checkIsValid(), CSCGEMMotherboard::constructLCTsGEM(), CSCGEMMotherboardME21::correlateLCTsGEM(), CSCGEMMotherboardME11::correlateLCTsGEM(), and core.AutoHandle.AutoHandle::ReallyLoad().
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 |
Definition at line 38 of file GEMCoPadDigi.cc.
References first_, GEMPadDigi::pad(), and second_.
Referenced by CSCGEMMotherboard::constructLCTsGEM(), CSCGEMMotherboard::getPad(), and roll().
void GEMCoPadDigi::print | ( | void | ) | const |
Definition at line 54 of file GEMCoPadDigi.cc.
References GEMPadDigi::bx(), gather_cfg::cout, first_, GEMPadDigi::pad(), roll_, and second_.
Referenced by second().
|
inline |
Definition at line 26 of file GEMCoPadDigi.h.
References bx(), checklumidiff::l, pad(), and roll_.
Referenced by CSCGEMMotherboard::constructLCTsGEM(), operator!=(), operator<<(), and operator==().
|
inline |
Definition at line 31 of file GEMCoPadDigi.h.
References print(), and second_.
Referenced by CSCGEMMotherboard::constructLCTsGEM(), operator!=(), operator<<(), and operator==().
|
private |
Definition at line 37 of file GEMCoPadDigi.h.
Referenced by bx(), first(), isValid(), operator!=(), operator==(), pad(), and print().
|
private |
Definition at line 36 of file GEMCoPadDigi.h.
Referenced by operator!=(), operator==(), print(), and roll().
|
private |
Definition at line 38 of file GEMCoPadDigi.h.
Referenced by bx(), isValid(), operator!=(), operator==(), pad(), print(), and second().