#include <GEMCluster.h>
Public Member Functions | |
int | bx () const |
int | clusterSize () const |
int | firstStrip () const |
GEMCluster () | |
GEMCluster (int fs, int ls, int bx) | |
bool | isAdjacent (const GEMCluster &cl) const |
int | lastStrip () const |
void | merge (const GEMCluster &cl) |
bool | operator< (const GEMCluster &cl) const |
bool | operator== (const GEMCluster &cl) const |
~GEMCluster () | |
Private Attributes | |
int16_t | bunchx |
uint16_t | fstrip |
uint16_t | lstrip |
Definition at line 4 of file GEMCluster.h.
GEMCluster::GEMCluster | ( | ) |
Definition at line 7 of file GEMCluster.cc.
GEMCluster::GEMCluster | ( | int | fs, |
int | ls, | ||
int | bx | ||
) |
Definition at line 11 of file GEMCluster.cc.
GEMCluster::~GEMCluster | ( | ) |
Definition at line 16 of file GEMCluster.cc.
int GEMCluster::bx | ( | ) | const |
Definition at line 39 of file GEMCluster.cc.
References bunchx.
Referenced by GEMMaskReClusterizer::doAction(), isAdjacent(), operator<(), and operator==().
int GEMCluster::clusterSize | ( | ) | const |
Definition at line 33 of file GEMCluster.cc.
References fstrip, and lstrip.
Referenced by GEMRecHitStandardAlgo::compute(), and operator==().
int GEMCluster::firstStrip | ( | ) | const |
Definition at line 21 of file GEMCluster.cc.
References fstrip.
Referenced by GEMRecHitStandardAlgo::compute(), GEMMaskReClusterizer::doAction(), isAdjacent(), merge(), operator<(), and operator==().
bool GEMCluster::isAdjacent | ( | const GEMCluster & | cl | ) | const |
Definition at line 44 of file GEMCluster.cc.
References bx(), and firstStrip().
Referenced by GEMClusterizer::doActualAction(), and merge().
int GEMCluster::lastStrip | ( | ) | const |
Definition at line 27 of file GEMCluster.cc.
References lstrip.
Referenced by GEMRecHitStandardAlgo::compute(), and GEMMaskReClusterizer::doAction().
void GEMCluster::merge | ( | const GEMCluster & | cl | ) |
Definition at line 50 of file GEMCluster.cc.
References firstStrip(), fstrip, and isAdjacent().
Referenced by GEMClusterizer::doActualAction().
bool GEMCluster::operator< | ( | const GEMCluster & | cl | ) | const |
bool GEMCluster::operator== | ( | const GEMCluster & | cl | ) | const |
|
private |
Definition at line 24 of file GEMCluster.h.
Referenced by bx().
|
private |
Definition at line 22 of file GEMCluster.h.
Referenced by clusterSize(), firstStrip(), and merge().
|
private |
Definition at line 23 of file GEMCluster.h.
Referenced by clusterSize(), and lastStrip().