Jpp
15.0.0-rc.2
the software that should make you happy
|
Template specialisation of hit toolkit for JHit class. More...
#include <JHitToolkit.hh>
Public Member Functions | |
const JHitToolkit< JHit, false > & | getToolkit () const |
Get toolkit. More... | |
bool | operator() (const JHit &first, const JHit &second) const |
Compare time of two hits. More... | |
Static Public Member Functions | |
static double | getT (const JHit &hit) |
Get time of hit. More... | |
static double | getToT (const JHit &hit) |
Get time-over-threshold of hit. More... | |
static JHit | getJHit (const JHit &hit) |
Construct JHit. More... | |
static JHit | getHit (const JDAQHit &hit, const JCalibration &cal) |
Construct hit. More... | |
static JHit | getEndMarker () |
Get end marker. More... | |
static double | getTimeDifference (const JHit &first, const JHit &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 JHit class.
Definition at line 67 of file JHitToolkit.hh.
|
inline |
|
inlinestatic |
Get time of hit.
hit | hit |
Definition at line 86 of file JHitToolkit.hh.
|
inlinestatic |
Get time-over-threshold of hit.
hit | hit |
Definition at line 98 of file JHitToolkit.hh.
|
inlinestatic |
|
inlinestatic |
Construct hit.
hit | DAQ hit |
cal | calibration |
Definition at line 123 of file JHitToolkit.hh.
|
inlinestatic |
|
inlinestatic |
Get time difference between two hits.
first | first hit |
second | second hit |
Definition at line 147 of file JHitToolkit.hh.
|
inline |
Compare time of two hits.
first | first hit |
second | second hit |
Definition at line 160 of file JHitToolkit.hh.
|
inlinestatic |
Join two hits.
first | first hit |
second | second hit |
Definition at line 173 of file JHitToolkit.hh.