Go to the documentation of this file. 1 #ifndef __JDAQPREAMBLE__
2 #define __JDAQPREAMBLE__
152 out << setw(8) << preamble.
getSize();
std::ostream & operator<<(std::ostream &out, const JDAQChronometer &chronometer)
Print DAQ chronometer.
Interface for binary input.
static int sizeOf()
Get size of object.
JDAQPreamble()
Default constructor.
ClassDef(JDAQPreamble, 1)
void setLength()
Set length.
virtual ~JDAQPreamble()
Virtual destructor.
static int sizeOf()
Get size of object.
int getDataType() const
Get data type.
virtual int getSize() const
Get size of object.
Interface for binary output.
friend JReader & operator>>(JReader &in, JDAQPreamble &preamble)
Read DAQ preamble from input.
friend JWriter & operator<<(JWriter &out, const JDAQPreamble &preamble)
Write DAQ preamble to output.
Simple datastructure for the DAQ preamble without ROOT functionality.
Auxiliary class for a DAQ type holder.
JDAQPreamble(JDAQType< T > type)
Constructor.
KM3NeT DAQ data structures and auxiliaries.