#include <StripClusterizerAlgorithm.h>
Public Member Functions | |
Det const & | det () const |
State (Det const &idet) | |
Public Attributes | |
std::vector< uint8_t > | ADCs |
bool | candidateLacksSeed =true |
uint16_t | lastStrip =0 |
float | noiseSquared =0 |
Private Attributes | |
Det const & | m_det |
Definition at line 40 of file StripClusterizerAlgorithm.h.
|
inline |
Definition at line 41 of file StripClusterizerAlgorithm.h.
|
inline |
std::vector<uint8_t> StripClusterizerAlgorithm::State::ADCs |
Definition at line 43 of file StripClusterizerAlgorithm.h.
Referenced by ThreeThresholdAlgorithm::addToCandidate(), ThreeThresholdAlgorithm::appendBadNeighbors(), ThreeThresholdAlgorithm::applyGains(), ThreeThresholdAlgorithm::candidateAccepted(), ThreeThresholdAlgorithm::candidateEnded(), ThreeThresholdAlgorithm::clearCandidate(), ThreeThresholdAlgorithm::endCandidate(), and ThreeThresholdAlgorithm::firstStrip().
bool StripClusterizerAlgorithm::State::candidateLacksSeed =true |
Definition at line 46 of file StripClusterizerAlgorithm.h.
Referenced by ThreeThresholdAlgorithm::addToCandidate(), ThreeThresholdAlgorithm::candidateAccepted(), and ThreeThresholdAlgorithm::clearCandidate().
uint16_t StripClusterizerAlgorithm::State::lastStrip =0 |
Definition at line 44 of file StripClusterizerAlgorithm.h.
Referenced by ThreeThresholdAlgorithm::addToCandidate(), ThreeThresholdAlgorithm::appendBadNeighbors(), ThreeThresholdAlgorithm::candidateEnded(), and ThreeThresholdAlgorithm::firstStrip().
|
private |
Definition at line 48 of file StripClusterizerAlgorithm.h.
float StripClusterizerAlgorithm::State::noiseSquared =0 |
Definition at line 45 of file StripClusterizerAlgorithm.h.
Referenced by ThreeThresholdAlgorithm::addToCandidate(), ThreeThresholdAlgorithm::candidateAccepted(), and ThreeThresholdAlgorithm::clearCandidate().