#include <ostream>
#include <iomanip>
#include <vector>
#include <algorithm>
#include <TROOT.h>
#include <TObject.h>
#include "antares-dataformat/DataTypes.hh"
#include "antares-dataformat/Ars.hh"
#include "antares-dataformat/FramePreamble.hh"
#include "antares-dataformat/EventPreamble.hh"
 
Go to the source code of this file.
 | 
|   | ClassDefT2 (Frame, T) | 
|   | 
|   | ClassImpT (Frame, T) | 
|   | 
|   | ClassDefT2 (std::vector, T) | 
|   | 
|   | ClassImpT (std::vector, T) | 
|   | 
|   | ClassDefT2 (TimeSlice, T) | 
|   | 
|   | ClassImpT (TimeSlice, T) | 
|   | 
| const bool  | operator== (const Summary_Frame &first, const DaqFramePreamble &second) | 
|   | equal operator for summary frame and DAQ frame preamble  More...
  | 
|   | 
| const bool  | operator== (const DaqFramePreamble &first, const Summary_Frame &second) | 
|   | equal operator for DAQ frame preamble and summary frame  More...
  | 
|   | 
| const bool  | operator!= (const Summary_Frame &first, const DaqFramePreamble &second) | 
|   | not-equal operator for summary frame and DAQ frame preamble  More...
  | 
|   | 
| const bool  | operator!= (const DaqFramePreamble &first, const Summary_Frame &second) | 
|   | not-equal operator for DAQ frame preamble and summary frame  More...
  | 
|   | 
◆ ClassDefT2() [1/3]
◆ ClassImpT() [1/3]
◆ ClassDefT2() [2/3]
◆ ClassImpT() [2/3]
◆ ClassDefT2() [3/3]
◆ ClassImpT() [3/3]
◆ operator==() [1/2]
equal operator for summary frame and DAQ frame preamble 
- Parameters
 - 
  
    | first | summary frame  | 
    | second | DAQ frame preamble  | 
  
   
- Returns
 - true if first equals second; else false 
 
Definition at line 681 of file TimeSlice.hh.
unsigned short LCM_ID
ID of originating LCM.
 
unsigned short dataType
Data type code (DAQ_xxx)
 
unsigned short ARS_ID
ID of originating ARS.
 
const unsigned short lcm_id() const
get LCM idendifier
 
const unsigned char data_type() const
get data type
 
const unsigned char ars_id() const
get ARS idendifier
 
 
 
 
◆ operator==() [2/2]
equal operator for DAQ frame preamble and summary frame 
- Parameters
 - 
  
    | first | DAQ frame preamble  | 
    | second | summary frame  | 
  
   
- Returns
 - true if first equals second; else false 
 
Definition at line 695 of file TimeSlice.hh.
 
 
◆ operator!=() [1/2]
not-equal operator for summary frame and DAQ frame preamble 
- Parameters
 - 
  
    | first | summary frame  | 
    | second | DAQ frame preamble  | 
  
   
- Returns
 - true if first not equals second; else false 
 
Definition at line 709 of file TimeSlice.hh.
 
 
◆ operator!=() [2/2]
not-equal operator for DAQ frame preamble and summary frame 
- Parameters
 - 
  
    | first | DAQ frame preamble  | 
    | second | summary frame  | 
  
   
- Returns
 - true if first not equals second; else false 
 
Definition at line 723 of file TimeSlice.hh.