#include <PndLmdAlignStructs.h>
Definition at line 55 of file PndLmdAlignStructs.h.
pixelCluster::pixelCluster |
( |
| ) |
|
|
inline |
pixelCluster::pixelCluster |
( |
const pixelHit & |
hit | ) |
|
|
inline |
void pixelCluster::calculateCenter |
( |
| ) |
|
|
inline |
Definition at line 123 of file PndLmdAlignStructs.h.
References i, max(), and sqrt().
139 for (
size_t j =
i + 1; j <
pixelHits.size(); j++) {
154 tempDistance =
sqrt(deltax * deltax + deltay * deltay);
friend F32vec4 sqrt(const F32vec4 &a)
friend F32vec4 max(const F32vec4 &a, const F32vec4 &b)
vector< pixelHit > pixelHits
Definition at line 95 of file PndLmdAlignStructs.h.
References _sensorId, i, and pixelHits.
100 double _col1, _col2, _row1, _row2;
104 for (
size_t j = 0; j < other.
pixelHits.size(); j++) {
108 if ((_col2 - _col1) * (_col2 - _col1) + (_row2 - _row1) * (_row2 - _row1) < 2.25) {
vector< pixelHit > pixelHits
void pixelCluster::printCenter |
( |
| ) |
|
|
inline |
Definition at line 168 of file PndLmdAlignStructs.h.
171 <<
" pixels in diameter." <<
"\n";
vector< pixelHit > pixelHits
void pixelCluster::printPixels |
( |
| ) |
|
|
inline |
int pixelCluster::_sensorId |
double pixelCluster::centerCol |
double pixelCluster::centerRow |
bool pixelCluster::clusterReady |
double pixelCluster::clusterSize |
vector<pixelHit> pixelCluster::pixelHits |
The documentation for this struct was generated from the following file: