Jpp  15.0.3
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions | Variables
JDetector/JCalibration.hh File Reference

Time calibration (including definition of sign of time offset). More...

#include <istream>
#include <ostream>
#include "JIO/JSerialisable.hh"
#include "JLang/JClass.hh"
#include "JLang/JManip.hh"

Go to the source code of this file.

Classes

class  JDETECTOR::JCalibration
 Data structure for time 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.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

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...
 

Variables

const double JDETECTOR::TIME_OVER_THRESHOLD_NS = 25.08
 Specification for time-over-threshold corresponding to a one photo-electron pulse. More...
 
const double JDETECTOR::NOMINAL_GAIN = 1.0
 Specification for normalized gain corresponding to a one photo-electron pulse. More...
 

Detailed Description

Time calibration (including definition of sign of time offset).

Author
mdejong

Definition in file JDetector/JCalibration.hh.