1#ifndef __JTRIGGER__JHITR0__
2#define __JTRIGGER__JHITR0__
103 return first.
getT() < second.
getT();
Basic data structure for time and time over threshold information of hit.
Reduced data structure for L0 hit.
JPMT_t pmt
PMT readout channel in FPGA.
double getW() const
Get weight.
JDAQHit::JPMT_t JPMT_t
PMT channel in FPGA.
JPMT_t getPMT() const
Get PMT.
static const struct JTRIGGER::JHitR0::compare compare
JHitR0(const JPMT_t &id, const JHit &hit)
Constructor.
JHitR0()
Default constructor.
int getN() const
Get count.
double getT() const
Get calibrated time of hit.
unsigned char JPMT_t
PMT channel in FPGA.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary classes and methods for triggering.
Auxiliary data structure for sorting of hits.
bool operator()(const JHitR0 &first, const JHitR0 &second) const
Compare hits by PMT and time.