FairRoot/PandaRoot
|
#include <PndLmdAlignStructs.h>
Public Member Functions | |
pixelCluster () | |
pixelCluster (const pixelHit &hit) | |
pixelCluster (const pixelCluster ©) | |
bool | isNeighbour (pixelCluster &other) |
void | merge (pixelCluster &other) |
void | calculateCenter () |
void | printPixels () |
void | printCenter () |
Public Attributes | |
int | _sensorId |
double | centerCol |
double | centerRow |
double | clusterSize |
vector< pixelHit > | pixelHits |
bool | clusterReady |
Definition at line 139 of file PndLmdAlignStructs.h.
|
inline |
Definition at line 146 of file PndLmdAlignStructs.h.
References _sensorId, centerCol, centerRow, clusterReady, and clusterSize.
|
inline |
Definition at line 154 of file PndLmdAlignStructs.h.
References pixelHit::_sensorId, _sensorId, centerCol, centerRow, clusterReady, clusterSize, and pixelHits.
|
inline |
Definition at line 164 of file PndLmdAlignStructs.h.
References _sensorId, centerCol, centerRow, clusterReady, clusterSize, i, and pixelHits.
|
inline |
Definition at line 207 of file PndLmdAlignStructs.h.
References centerCol, centerRow, clusterReady, clusterSize, i, max(), pixelHits, and sqrt().
|
inline |
|
inline |
Definition at line 201 of file PndLmdAlignStructs.h.
|
inline |
Definition at line 252 of file PndLmdAlignStructs.h.
References _sensorId, centerCol, centerRow, clusterSize, and pixelHits.
|
inline |
Definition at line 246 of file PndLmdAlignStructs.h.
int pixelCluster::_sensorId |
Definition at line 140 of file PndLmdAlignStructs.h.
Referenced by isNeighbour(), pixelCluster(), and printCenter().
double pixelCluster::centerCol |
Definition at line 141 of file PndLmdAlignStructs.h.
Referenced by calculateCenter(), pixelCluster(), and printCenter().
double pixelCluster::centerRow |
Definition at line 141 of file PndLmdAlignStructs.h.
Referenced by calculateCenter(), pixelCluster(), and printCenter().
bool pixelCluster::clusterReady |
Definition at line 144 of file PndLmdAlignStructs.h.
Referenced by calculateCenter(), and pixelCluster().
double pixelCluster::clusterSize |
Definition at line 142 of file PndLmdAlignStructs.h.
Referenced by calculateCenter(), pixelCluster(), and printCenter().
vector<pixelHit> pixelCluster::pixelHits |
Definition at line 143 of file PndLmdAlignStructs.h.
Referenced by calculateCenter(), isNeighbour(), merge(), pixelCluster(), printCenter(), and printPixels().