#include <ostream>
#include <iomanip>
#include <vector>
#include <algorithm>
#include <TROOT.h>
#include <TObject.h>
#include "DataTypes.hh"
#include "Ars.hh"
#include "FramePreamble.hh"
#include "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...
  | 
|   | 
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.
const unsigned char ars_id() const 
get ARS idendifier 
 
unsigned short ARS_ID
ID of originating ARS. 
 
const unsigned char data_type() const 
get data type 
 
unsigned short LCM_ID
ID of originating LCM. 
 
const unsigned short lcm_id() const 
get LCM idendifier 
 
unsigned short dataType
Data type code (DAQ_xxx) 
 
 
 
 
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.
const unsigned char ars_id() const 
get ARS idendifier 
 
unsigned short ARS_ID
ID of originating ARS. 
 
const unsigned char data_type() const 
get data type 
 
unsigned short LCM_ID
ID of originating LCM. 
 
const unsigned short lcm_id() const 
get LCM idendifier 
 
unsigned short dataType
Data type code (DAQ_xxx) 
 
 
 
 
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.
const unsigned char ars_id() const 
get ARS idendifier 
 
unsigned short ARS_ID
ID of originating ARS. 
 
const unsigned char data_type() const 
get data type 
 
unsigned short LCM_ID
ID of originating LCM. 
 
const unsigned short lcm_id() const 
get LCM idendifier 
 
unsigned short dataType
Data type code (DAQ_xxx) 
 
 
 
 
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.
const unsigned char ars_id() const 
get ARS idendifier 
 
unsigned short ARS_ID
ID of originating ARS. 
 
const unsigned char data_type() const 
get data type 
 
unsigned short LCM_ID
ID of originating LCM. 
 
const unsigned short lcm_id() const 
get LCM idendifier 
 
unsigned short dataType
Data type code (DAQ_xxx)