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 260 of file JDetector/JCalibration.hh.
 
Get calibrated time. 
- Parameters
 - 
  
    | t1 | time [ns]  | 
    | cal | calibration  | 
  
   
- Returns
 - time [ns] 
 
Definition at line 269 of file JDetector/JCalibration.hh.
  271       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 282 of file JDetector/JCalibration.hh.
  284       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 295 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 308 of file JDetector/JCalibration.hh.
 
 
The documentation for this struct was generated from the following file: