Jpp  18.6.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JTrigger/JCalibration.hh
Go to the documentation of this file.
1 #ifndef __JTRIGGER_CALIBRATION__
2 #define __JTRIGGER_CALIBRATION__
3 
5 
6 
7 /**
8  * \author mdejong
9  */
10 
11 namespace JTRIGGER {}
12 namespace JPP { using namespace JTRIGGER; }
13 
14 namespace JTRIGGER {
15 
17  using JDETECTOR::getTime;
18  using JDETECTOR::putTime;
19  using JDETECTOR::getToT;
20  using JDETECTOR::putToT;
21 }
22 
23 #endif
double getTime(const T &t1, const JCalibration &cal)
Get calibrated time.
Time calibration (including definition of sign of time offset).
Data structure for time calibration.
double getToT(const T &tot, const JCalibration &cal)
Get calibrated time-over-threshold of hit.
double putTime(const T &t1, const JCalibration &cal)
Get de-calibrated time.
double putToT(const T &tot, const JCalibration &cal)
Get de-calibrated time-over-threshold of hit.