1#ifndef __JDAQEVENT_IO__
2#define __JDAQEVENT_IO__
50 in >>
object.triggeredHits;
51 in >>
object.snapshotHits;
67 out << JDAQEvent::Class_Version();
68 out << static_cast<const JDAQEventHeader&>(
object);
69 out <<
object.triggeredHits;
70 out <<
object.snapshotHits;
STD extensions for binary I/O.
Interface for binary input.
Interface for binary output.
static JDAQPreamble getDAQPreamble(const T &object)
Get DAQ preamble.
std::ostream & operator<<(std::ostream &out, const morphology_type &object)
Write morphology to output stream.
std::istream & operator>>(std::istream &in, morphology_type &object)
Read morphology from input stream.
KM3NeT DAQ data structures and auxiliaries.
size_t getSizeof< JDAQPreamble >()
Get size of type.
size_t getSizeof()
Definition of method to get size of data type.
size_t getSizeof< JDAQEventHeader >()
Get size of type.