StationGPSData_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_StationGPSData_ROOT_h_
2 #define _io_StationGPSData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <sevt/StationGPSData.h>
6 #endif
7 #include <io/EventIO.h>
8 #include <Rtypes.h>
9 
10 
11 namespace io {
12 
24 
25  public:
27 #ifndef __CINT__
29  void operator>>(sevt::StationGPSData& g) const;
30 #endif
31 
32  unsigned int fSecond = 0;
33  unsigned int fTick = 0;
34  unsigned int fTickFall = 0;
35  int fOffset = 0;
36  int fCurrent100 = 0;
37  int fNext100 = 0;
38  int fCurrent40 = 0;
39  int fNext40 = 0;
40  int fPreviousST = 0;
41  int fCurrentST = 0;
42  int fNextST = 0;
44 
46 
47  };
48 
49 }
50 
51 
52 #endif
Station persistent GPS data using ROOT.
ClassDefNV(StationGPSData_ROOT, DONT_CHANGE_THIS_NUMBER)
constexpr double g
Definition: AugerUnits.h:200
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
void operator>>(sevt::StationGPSData &g) const

, generated on Tue Sep 26 2023.