| 
    Jpp
    
   | 
 
Template specialisation of JCalibrator for non-primitive data types. More...
#include <JCalibration.hh>
Public Member Functions | |
| double | putToT (const JHit_t &hit, const JCalibration &cal) | 
| Get de-calibrated time-over-threshold of hit.  More... | |
Static Public Member Functions | |
| static double | getTime (const JHit_t &hit, const JCalibration &cal) | 
| Get calibrated time of hit.  More... | |
| static double | putTime (const JHit_t &hit, const JCalibration &cal) | 
| Get de-calibrated time of hit.  More... | |
| static double | getToT (const JHit_t &hit, const JCalibration &cal) | 
| Get calibrated time-over-threshold of hit.  More... | |
Template specialisation of JCalibrator for non-primitive data types.
It is assumed that the template class has the following methods:
     getT();
     getToT();
which should return the time (ns) and time-over-threshold (ns), respectively.
Definition at line 319 of file JDetector/JCalibration.hh.
      
  | 
  inlinestatic | 
Get calibrated time of hit.
| hit | hit | 
| cal | calibration | 
Definition at line 327 of file JDetector/JCalibration.hh.
      
  | 
  inlinestatic | 
Get de-calibrated time of hit.
| hit | hit | 
| cal | calibration | 
Definition at line 340 of file JDetector/JCalibration.hh.
      
  | 
  inlinestatic | 
Get calibrated time-over-threshold of hit.
| hit | hit | 
| cal | calibration | 
Definition at line 353 of file JDetector/JCalibration.hh.
      
  | 
  inline | 
Get de-calibrated time-over-threshold of hit.
| hit | hit | 
| cal | calibration | 
Definition at line 366 of file JDetector/JCalibration.hh.
 1.8.16