| 
    Jpp
    18.0.0
    
   the software that should make you happy 
   | 
 
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 339 of file JDetector/JCalibration.hh.
      
  | 
  inlinestatic | 
Get calibrated time of hit.
| hit | hit | 
| cal | calibration | 
Definition at line 347 of file JDetector/JCalibration.hh.
      
  | 
  inlinestatic | 
Get de-calibrated time of hit.
| hit | hit | 
| cal | calibration | 
Definition at line 360 of file JDetector/JCalibration.hh.
      
  | 
  inlinestatic | 
Get calibrated time-over-threshold of hit.
| hit | hit | 
| cal | calibration | 
Definition at line 373 of file JDetector/JCalibration.hh.
      
  | 
  inline | 
Get de-calibrated time-over-threshold of hit.
| hit | hit | 
| cal | calibration | 
Definition at line 386 of file JDetector/JCalibration.hh.
 1.8.5