Time calibration precisions (per module)
More...
#include <TOPCalPrecision.h>
|
| | TOPCalPrecision () |
| | Default constructor.
|
| |
| void | set (const TProfile *pf) |
| | Setter.
|
| |
| double | get (int moduleID) const |
| | Getter.
|
| |
| const std::vector< float > & | getConstants () const |
| | Returns a vector of calibration constants.
|
| |
| bool | isCalibrated () const |
| | Returns calibration status.
|
| |
|
| std::vector< float > | m_precisions |
| | time calibration precisions (index = slot - 1)
|
| |
Time calibration precisions (per module)
Definition at line 24 of file TOPCalPrecision.h.
◆ TOPCalPrecision()
◆ getConstants()
| const std::vector< float > & getConstants |
( |
| ) |
const |
|
inline |
Returns a vector of calibration constants.
- Returns
- vector of constants (index = slot - 1)
Definition at line 50 of file TOPCalPrecision.h.
◆ isCalibrated()
| bool isCalibrated |
( |
| ) |
const |
|
inline |
Returns calibration status.
- Returns
- true, if calibrated
Definition at line 56 of file TOPCalPrecision.h.
56{return !m_precisions.empty();}
◆ m_precisions
| std::vector<float> m_precisions |
|
private |
time calibration precisions (index = slot - 1)
Definition at line 60 of file TOPCalPrecision.h.
The documentation for this class was generated from the following files: