Jpp
18.2.1-ARCA-DF-PATCH
the software that should make you happy
|
Template specialisation of hit toolkit for JDAQHit class. More...
#include <JHitToolkit.hh>
Public Member Functions | |
const JHitToolkit< JDAQHit, false > & | getToolkit () const |
Get toolkit. More... | |
bool | operator() (const JDAQHit &first, const JDAQHit &second) const |
Compare time of two hits. More... | |
Static Public Member Functions | |
static double | getT (const JDAQHit &hit) |
Get time of hit. More... | |
static double | getToT (const JDAQHit &hit) |
Get time-over-threshold of hit. More... | |
static JHit | getJHit (const JDAQHit &hit) |
Construct JHit. More... | |
static JDAQHit | getHit (const JDAQHit &hit, const JCalibration &cal) |
Construct hit. More... | |
static JDAQHit | getEndMarker () |
Get end marker. More... | |
static double | getTimeDifference (const JDAQHit &first, const JDAQHit &second) |
Get time difference between two hits. More... | |
static JHit | join (const JHit &first, const JHit &second) |
Join two hits. More... | |
Template specialisation of hit toolkit for JDAQHit class.
Definition at line 188 of file JHitToolkit.hh.
|
inline |
|
inlinestatic |
Get time of hit.
hit | hit |
Definition at line 207 of file JHitToolkit.hh.
|
inlinestatic |
Get time-over-threshold of hit.
hit | hit |
Definition at line 219 of file JHitToolkit.hh.
|
inlinestatic |
|
inlinestatic |
Construct hit.
hit | DAQ hit |
cal | calibration |
Definition at line 244 of file JHitToolkit.hh.
|
inlinestatic |
|
inlinestatic |
Get time difference between two hits.
first | first hit |
second | second hit |
Definition at line 268 of file JHitToolkit.hh.
|
inline |
Compare time of two hits.
first | first hit |
second | second hit |
Definition at line 281 of file JHitToolkit.hh.
|
inlinestatic |
Join two hits.
first | first hit |
second | second hit |
Definition at line 294 of file JHitToolkit.hh.