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 254 of file JDetector/JCalibration.hh.
 
◆ getTime()
◆ putTime()
Get de-calibrated time. 
- Parameters
 - 
  
    | t1 | time [ns]  | 
    | cal | calibration  | 
  
   
- Returns
 - time [ns] 
 
Definition at line 276 of file JDetector/JCalibration.hh.
  278       return t1 - cal.
getT0();
 
 
 
 
◆ getToT()
Get calibrated time-over-threshold of hit. 
- Parameters
 - 
  
    | tot | time-over-threshold [ns]  | 
    | cal | calibration  | 
  
   
- Returns
 - time-over-threshold [ns] 
 
Definition at line 289 of file JDetector/JCalibration.hh.
 
 
◆ putToT()
Get de-calibrated time-over-threshold of hit. 
- Parameters
 - 
  
    | tot | time-over-threshold [ns]  | 
    | cal | calibration  | 
  
   
- Returns
 - time-over-threshold [ns] 
 
Definition at line 302 of file JDetector/JCalibration.hh.
 
 
The documentation for this struct was generated from the following file: