Time-of-flight corrections as a function of ExtHit z-coordinate expressed in a TOP module frame.
More...
#include <TOPCalTOFCorrection.h>
|
| | TOPCalTOFCorrection () |
| | Default constructor.
|
| |
| void | set (const TProfile *pf) |
| | Setter.
|
| |
| double | get (double z) const |
| | Getter.
|
| |
| double | getZmin () const |
| | Returns minimal z.
|
| |
| double | getZbinWidth () const |
| | Returns bin width.
|
| |
| const std::vector< float > & | getConstants () const |
| | Returns a vector of calibration constants.
|
| |
| bool | isCalibrated () const |
| | Returns calibration status.
|
| |
|
| float | m_zmin = 0 |
| | minimal z
|
| |
| float | m_dz = 0 |
| | bin width
|
| |
| std::vector< float > | m_corrections |
| | time-of-flight corrections as function of z
|
| |
Time-of-flight corrections as a function of ExtHit z-coordinate expressed in a TOP module frame.
Definition at line 24 of file TOPCalTOFCorrection.h.
◆ TOPCalTOFCorrection()
◆ getConstants()
| const std::vector< float > & getConstants |
( |
| ) |
const |
|
inline |
Returns a vector of calibration constants.
- Returns
- vector of constants
Definition at line 62 of file TOPCalTOFCorrection.h.
62{return m_corrections;}
◆ getZbinWidth()
| double getZbinWidth |
( |
| ) |
const |
|
inline |
◆ getZmin()
◆ isCalibrated()
| bool isCalibrated |
( |
| ) |
const |
|
inline |
Returns calibration status.
- Returns
- true, if calibrated
Definition at line 68 of file TOPCalTOFCorrection.h.
68{return !m_corrections.empty();}
◆ m_corrections
| std::vector<float> m_corrections |
|
private |
◆ m_dz
◆ m_zmin
The documentation for this class was generated from the following files: