#include <ostream>
#include <iomanip>
#include <TROOT.h>
#include <TObject.h>
#include "antares-dataformat/FramePreamble.hh"
#include "antares-dataformat/DataTypes.hh"
Go to the source code of this file.
◆ operator==()
equal operator for event preamble 
- Parameters
 - 
  
    | first | event preamble  | 
    | second | event preamble  | 
  
   
- Returns
 - true if first equals second; else false 
 
Definition at line 90 of file build/antares-dataformat/EventPreamble.hh.
   91{
   94}
unsigned int runNumber
Run-number as given by the RunControl.
 
unsigned int frameIndex
Number of frames since start of the run.
 
 
 
 
◆ operator!=()