#include <GEMPadDigiCluster.h>
Public Member Functions | |
int | bx () const |
GEMPadDigiCluster (std::vector< uint16_t > pads, int bx) | |
GEMPadDigiCluster () | |
bool | operator!= (const GEMPadDigiCluster &digi) const |
bool | operator< (const GEMPadDigiCluster &digi) const |
Precedence operator. More... | |
bool | operator== (const GEMPadDigiCluster &digi) const |
const std::vector< uint16_t > & | pads () const |
void | print () const |
Private Attributes | |
int32_t | bx_ |
std::vector< uint16_t > | v_ |
Cluster of maximal 8 adjacent GEM pad digis with the same BX
Definition at line 17 of file GEMPadDigiCluster.h.
|
explicit |
Definition at line 4 of file GEMPadDigiCluster.cc.
GEMPadDigiCluster::GEMPadDigiCluster | ( | ) |
Definition at line 9 of file GEMPadDigiCluster.cc.
|
inline |
Definition at line 28 of file GEMPadDigiCluster.h.
Referenced by operator!=(), operator<(), operator<<(), operator==(), and print().
bool GEMPadDigiCluster::operator!= | ( | const GEMPadDigiCluster & | digi | ) | const |
Definition at line 23 of file GEMPadDigiCluster.cc.
References bx(), bx_, or, pads(), and v_.
bool GEMPadDigiCluster::operator< | ( | const GEMPadDigiCluster & | digi | ) | const |
Precedence operator.
Definition at line 30 of file GEMPadDigiCluster.cc.
References bx(), bx_, pads(), and v_.
bool GEMPadDigiCluster::operator== | ( | const GEMPadDigiCluster & | digi | ) | const |
Definition at line 16 of file GEMPadDigiCluster.cc.
References bx(), bx_, pads(), and v_.
|
inline |
Definition at line 27 of file GEMPadDigiCluster.h.
References v_.
Referenced by operator!=(), operator<(), operator<<(), operator==(), and print().
void GEMPadDigiCluster::print | ( | void | ) | const |
Definition at line 48 of file GEMPadDigiCluster.cc.
References bx(), gather_cfg::cout, AlCaHLTBitMon_ParallelJobs::p, and pads().
Referenced by bx().
|
private |
Definition at line 34 of file GEMPadDigiCluster.h.
Referenced by bx(), operator!=(), operator<(), and operator==().
|
private |
Definition at line 33 of file GEMPadDigiCluster.h.
Referenced by operator!=(), operator<(), operator==(), and pads().