Go to the documentation of this file.
80 in >> static_cast<JDAQModuleIdentifier&>(hit);
81 in >> static_cast<JDAQHit&> (hit);
96 out << static_cast<const JDAQModuleIdentifier&>(hit);
97 out << static_cast<const JDAQHit&> (hit);
134 return first.
getT() < second.
getT();
171 return !(first == second);
Interface for binary input.
static int sizeOf()
Get size of object.
bool operator<(const JDAQHit &first, const JDAQHit &second)
Less than operator for DAQ hits.
JPMT_t getPMT() const
Get PMT.
JDAQKeyHit()
Default constructor.
friend JWriter & operator<<(JWriter &out, const JDAQKeyHit &hit)
Write JDAQKeyHit to output.
JDAQKeyHit(const JDAQModuleIdentifier &id, const JDAQHit &hit)
Constructor.
int getModuleID() const
Get module identifier.
static int sizeOf()
Get size of object.
static int sizeOf()
Get size of object.
JTDC_t getT() const
Get time.
virtual ~JDAQKeyHit()
Virtual destructor.
bool operator!=(const JDAQChronometer &first, const JDAQChronometer &second)
Not-equal operator for DAQ chronometers.
Interface for binary output.
bool operator==(const JDAQChronometer &first, const JDAQChronometer &second)
Equal operator for DAQ chronometers.
KM3NeT DAQ data structures and auxiliaries.
friend JReader & operator>>(JReader &in, JDAQKeyHit &hit)
Read JDAQKeyHit from input.