Jpp
|
#include <limits>
#include "JLang/JClass.hh"
#include "JDAQ/JDAQHit.hh"
#include "JTrigger/JHit.hh"
#include "JTrigger/JHitR0.hh"
#include "JTrigger/JCalibration.hh"
Go to the source code of this file.
Classes | |
struct | JTRIGGER::JHitToolkit< JHit_t, isPrimitive > |
Template definition of hit toolkit. More... | |
struct | JTRIGGER::JHitToolkit< JHit, false > |
Template specialisation of hit toolkit for JHit class. More... | |
struct | JTRIGGER::JHitToolkit< JHitR0, false > |
Template specialisation of hit toolkit for JHit class. More... | |
struct | JTRIGGER::JHitToolkit< JHit_t, true > |
Template specialisation of hit toolkit for any primitive data type. More... | |
Namespaces | |
JTRIGGER | |
Checksum. | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
double | JTRIGGER::getTime (const JDAQHit &hit, const JCalibration &cal) |
Get calibrated time of DAQ hit. More... | |
double | JTRIGGER::getToT (const JDAQHit &hit, const JCalibration &cal) |
Get calibrated time-over-threshold of DAQ hit. More... | |
Tools for handling different hit types.
Definition in file JHitToolkit.hh.