Template specialisation of JCalibrator for primitive data types.
More...
#include <JCalibration.hh>
template<class T>
struct JDETECTOR::JCalibrator< T, true >
Template specialisation of JCalibrator for primitive data types.
Definition at line 263 of file JDetector/JCalibration.hh.
Get calibrated time.
- Parameters
-
t1 | time [ns] |
cal | calibration |
- Returns
- time [ns]
Definition at line 272 of file JDetector/JCalibration.hh.
274 return t1 + cal.
getT0();
double getT0() const
Get time offset.
Get de-calibrated time.
- Parameters
-
t1 | time [ns] |
cal | calibration |
- Returns
- time [ns]
Definition at line 285 of file JDetector/JCalibration.hh.
287 return t1 - cal.
getT0();
double getT0() const
Get time offset.
Get calibrated time-over-threshold of hit.
- Parameters
-
tot | time-over-threshold [ns] |
cal | calibration |
- Returns
- time-over-threshold [ns]
Definition at line 298 of file JDetector/JCalibration.hh.
Get de-calibrated time-over-threshold of hit.
- Parameters
-
tot | time-over-threshold [ns] |
cal | calibration |
- Returns
- time-over-threshold [ns]
Definition at line 311 of file JDetector/JCalibration.hh.
The documentation for this struct was generated from the following file: