| 
    Jpp 19.3.0-rc.2
    
   the software that should make you happy 
   | 
 
Data summary slice. More...
#include <JDAQSummaryslice.hh>
  
Public Member Functions | |
| JDAQSummaryslice () | |
| Default constructor.   | |
| JDAQSummaryslice (const JDAQChronometer &chronometer) | |
| Constructor.   | |
| JDAQSummaryslice (const JDAQTimeslice ×lice) | |
| Constructor.   | |
| virtual | ~JDAQSummaryslice () | 
| Virtual destructor.   | |
| std::ostream & | print (std::ostream &out, const bool lpr=false) const | 
| Print DAQ summary.   | |
| ClassDef (JDAQSummaryslice, 6) | |
| ClassDef (JDAQPreamble, 1) | |
| int | getLength () const | 
| Get length.   | |
| int | getDataType () const | 
| Get data type.   | |
| ClassDefNV (JDAQAbstractPreamble, 1) | |
| const JDAQSummarysliceHeader & | getDAQSummarysliceHeader () const | 
| Get DAQ summary slice header.   | |
| ClassDef (JDAQSummarysliceHeader, 2) | |
| ClassDef (JDAQHeader, 2) | |
| ClassDef (JDAQChronometer, 3) | |
| 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 | |
| static void | actionAtFileOpen (int version) | 
| Action method at file open.   | |
| 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 | 
Friends | |
| size_t | getSizeof (const JDAQSummaryslice &object) | 
| Get size of object.   | |
| JReader & | operator>> (JReader &in, JDAQSummaryslice &object) | 
| Read DAQ summary slice from input.   | |
| JWriter & | operator<< (JWriter &out, const JDAQSummaryslice &object) | 
| Write DAQ summary slice to output.   | |
Data summary slice.
Definition at line 25 of file JDAQSummaryslice.hh.
      
  | 
  inline | 
Default constructor.
Definition at line 39 of file JDAQSummaryslice.hh.
      
  | 
  inline | 
Constructor.
| chronometer | DAQ chronometer | 
Definition at line 51 of file JDAQSummaryslice.hh.
      
  | 
  inline | 
Constructor.
| timeslice | time slice | 
Definition at line 63 of file JDAQSummaryslice.hh.
      
  | 
  inlinevirtual | 
      
  | 
  inline | 
Print DAQ summary.
| out | output stream | 
| lpr | long print | 
Definition at line 88 of file JDAQSummaryslice.hh.
      
  | 
  inlinestatic | 
Action method at file open.
| version | version | 
Definition at line 122 of file JDAQSummaryslice.hh.
| KM3NETDAQ::JDAQSummaryslice::ClassDef | ( | JDAQSummaryslice | , | 
| 6 | ) | 
      
  | 
  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.
      
  | 
  inherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inherited | 
      
  | 
  inlineinherited | 
Get DAQ summary slice header.
Definition at line 44 of file JDAQSummarysliceHeader.hh.
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  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.
      
  | 
  friend | 
Get size of object.
| object | DAQ summary slice | 
Definition at line 25 of file JDAQSummarysliceIO.hh.
      
  | 
  friend | 
Read DAQ summary slice from input.
| in | reader | 
| object | DAQ summary slice | 
Definition at line 41 of file JDAQSummarysliceIO.hh.
      
  | 
  friend | 
Write DAQ summary slice to output.
| out | writer | 
| object | DAQ summary slice | 
Definition at line 63 of file JDAQSummarysliceIO.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.