10#include <calibration/CalibrationAlgorithm.h>
Base class for calibration algorithms.
EResult
The result of calibration.
Algorithm for common T0 calibration with neg.
float m_offsetError
error on fitted offset
float m_offset
wrap-around of fitted offset (= common T0)
int m_runLast
last run number
int m_expNo
experiment number
virtual EResult calibrate() final
algorithm implementation
int m_runNo
first run number
float m_errorScaling
factor used for scaling the error
TOPCommonT0LLAlgorithm()
Constructor.
int m_numTracks
number of tracks used
int m_numEvents
number of events used
int m_fitStatus
fit status (0 = OK)
double m_minError
minimal commonT0 uncertainty [ns] to declare c_OK
float m_fittedOffset
fitted offset
virtual ~TOPCommonT0LLAlgorithm()
Destructor.
void setMinError(double minError)
Sets minimal common T0 uncertainty to declare this calibration as c_OK.
Abstract base class for different kinds of events.