1#ifndef __JTRIGGER__JDAQHITTOTSELECTOR__
2#define __JTRIGGER__JDAQHITTOTSELECTOR__
31 public JClonable<JDAQHitSelector, JDAQHitToTSelector>,
32 public JRange<JDAQHit::JTOT_t>
Auxiliary class to define a range between two values.
Template definition of a multi-dimensional oscillation probability interpolation table.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary classes and methods for triggering.
Template class for object cloning.
Auxiliary class to select DAQ hits based on time-over-treshold value.
friend std::ostream & operator<<(std::ostream &out, const JDAQHitToTSelector &selector)
Write selector to output.
friend std::istream & operator>>(std::istream &in, JDAQHitToTSelector &selector)
Read selector from input.
virtual bool operator()(const JDAQHit &hit) const override
DAQ hit selection.
JTOOLS::JRange< JTOT_t > range_type
JDAQHitToTSelector(const JTOT_t tot_min, const JTOT_t tot_max)
Constructor.
JDAQHitToTSelector()
Default constructor.