|
Jpp 19.3.0-rc.3
the software that should make you happy
|
Timeslice data structure for L0 data. More...
#include <JDAQTimeslice.hh>
Public Member Functions | |
| ClassDef (JDAQTimesliceL0, 1) | |
| void | clear () |
| Clear data. | |
| JDAQTimeslice & | add (const JDAQTimeslice ×lice) |
| Add another timeslice. | |
| std::ostream & | print (std::ostream &out, const bool lpr=false) const |
| Print DAQ Timeslice. | |
| ClassDef (JDAQTimeslice, 4) | |
| ClassDef (JDAQPreamble, 1) | |
| ClassDef (JDAQTimesliceHeader, 2) | |
| ClassDef (JDAQHeader, 2) | |
| ClassDef (JDAQChronometer, 3) | |
| int | getLength () const |
| Get length. | |
| int | getDataType () const |
| Get data type. | |
| ClassDefNV (JDAQAbstractPreamble, 1) | |
| const JDAQTimesliceHeader & | getDAQTimesliceHeader () const |
| Get DAQ time slice header. | |
| const JDAQHeader & | getDAQHeader () const |
| Get DAQ header. | |
| void | setDAQHeader (const JDAQHeader &header) |
| Set DAQ header. | |
| const JDAQChronometer & | getDAQChronometer () const |
| Get DAQ chronometer. | |
| void | setDAQChronometer (const JDAQChronometer &chronometer) |
| Set DAQ chronometer. | |
| int | getDetectorID () const |
| Get detector identifier. | |
| int | getRunNumber () const |
| Get run number. | |
| int | getFrameIndex () const |
| Get frame index. | |
| JDAQUTCExtended | getTimesliceStart () const |
| Get start of timeslice. | |
| void | setRunNumber (const int run) |
| Set run number. | |
| void | setFrameIndex (const int frame_index) |
| Set frame index. | |
| void | setTimesliceStart (const JDAQUTCExtended ×lice_start) |
| Set timeslice start time. | |
Static Public Member Functions | |
| template<class T > | |
| static JDAQPreamble | getDAQPreamble (const T &object) |
| Get DAQ preamble. | |
Protected Attributes | |
| int | length |
| int | type |
| int | detector_id |
| int | run |
| int | frame_index |
| JDAQUTCExtended | timeslice_start |
Timeslice data structure for L0 data.
Definition at line 259 of file JDAQTimeslice.hh.
| KM3NETDAQ::JDAQTimesliceL0::ClassDef | ( | JDAQTimesliceL0 | , |
| 1 | ) |
|
inlineinherited |
Clear data.
Definition at line 97 of file JDAQTimeslice.hh.
|
inlineinherited |
Add another timeslice.
| timeslice | timeslice |
Definition at line 133 of file JDAQTimeslice.hh.
|
inlineinherited |
Print DAQ Timeslice.
| out | output stream |
| lpr | long print |
Definition at line 172 of file JDAQTimeslice.hh.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlinestaticinherited |
Get DAQ preamble.
This method should be used for binary I/O to get the actual data for the given object.
To this end, the following method should be overloaded for the corresponding data type.
size_t getSizeof(const T&);
| object | object |
Definition at line 76 of file JDAQPreamble.hh.
|
inlineinherited |
|
inlineinherited |
|
inherited |
|
inlineinherited |
Get DAQ time slice header.
Definition at line 43 of file JDAQTimesliceHeader.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Get DAQ chronometer.
Definition at line 88 of file JDAQChronometer.hh.
|
inlineinherited |
Set DAQ chronometer.
| chronometer | DAQ chronometer |
Definition at line 99 of file JDAQChronometer.hh.
|
inlineinherited |
Get detector identifier.
Definition at line 110 of file JDAQChronometer.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Get start of timeslice.
Definition at line 144 of file JDAQChronometer.hh.
|
inlineinherited |
|
inlineinherited |
Set frame index.
| frame_index | frame index |
Definition at line 166 of file JDAQChronometer.hh.
|
inlineinherited |
Set timeslice start time.
| timeslice_start | timeslice start time |
Definition at line 177 of file JDAQChronometer.hh.
|
protectedinherited |
Definition at line 69 of file JDAQAbstractPreamble.hh.
|
protectedinherited |
Definition at line 70 of file JDAQAbstractPreamble.hh.
|
protectedinherited |
Definition at line 187 of file JDAQChronometer.hh.
|
protectedinherited |
Definition at line 188 of file JDAQChronometer.hh.
|
protectedinherited |
Definition at line 189 of file JDAQChronometer.hh.
|
protectedinherited |
Definition at line 190 of file JDAQChronometer.hh.