#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...
|
| |
◆ 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.
◆ 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.