11 #include <calibration/CalibrationAlgorithm.h>
38 bool theHSFinder(
double* stripOccAfterAbsCut,
int* hsflag,
int nstrips);
Base class for calibration algorithms.
EResult
The result of calibration.
Class implementing SVDHotStripsCalibrations calibration algorithm.
virtual ~SVDHotStripsCalibrationsAlgorithm()
Destructor.
std::string m_id
Parameter given to set the UniqueID of the payload.
float m_relOccPrec
parameter to tue the finder algorithm
bool theHSFinder(double *stripOccAfterAbsCut, int *hsflag, int nstrips)
returns true if the strip is hot
SVDHotStripsCalibrationsAlgorithm(const std::string &str)
Constructor set the prefix to SVDHotStripsCalibrationsCollector.
virtual EResult calibrate() override
Run algo on data.
int m_base
parameter to tune finder angorithm
Abstract base class for different kinds of events.