|
Jpp
|
PMT calibration (including definition of sign of time offset). More...
Go to the source code of this file.
Classes | |
| class | JDETECTOR::JCalibration |
| Data structure for PMT calibration. More... | |
| struct | JDETECTOR::JCalibrator< T, is_primitive > |
| Auxiliary class to apply (de-)calibration to template hit. More... | |
| struct | JDETECTOR::JCalibrator< T, true > |
| Template specialisation of JCalibrator for primitive data types. More... | |
| struct | JDETECTOR::JCalibrator< JHit_t, false > |
| Template specialisation of JCalibrator for non-primitive data types. More... | |
Namespaces | |
| JDETECTOR | |
| Auxiliary classes and methods for detector calibration and simulation. | |
| JPP | |
Functions | |
| template<class T > | |
| double | JDETECTOR::getTime (const T &t1, const JCalibration &cal) |
| Get calibrated time. More... | |
| template<class T > | |
| double | JDETECTOR::putTime (const T &t1, const JCalibration &cal) |
| Get de-calibrated time. More... | |
| template<class T > | |
| double | JDETECTOR::getToT (const T &tot, const JCalibration &cal) |
| Get calibrated time-over-threshold of hit. More... | |
| template<class T > | |
| double | JDETECTOR::putToT (const T &tot, const JCalibration &cal) |
| Get de-calibrated time-over-threshold of hit. More... | |
PMT calibration (including definition of sign of time offset).
Definition in file JDetector/JCalibration.hh.
1.8.5