revtStationGPSData_ROOT.cc
Go to the documentation of this file.
1 #include <io/revtStationGPSData_ROOT.h>
2 #include <revt/StationGPSData.h>
3 
4 using namespace io;
5 
6 
8 
9 
10 revtStationGPSData_ROOT::revtStationGPSData_ROOT(const revt::StationGPSData& s) :
11  fSecond(s.GetSecond()),
12  fOffset(s.GetOffset()),
13  fCorrectedNanosecond(s.GetCorrectedNanosecond())
14 { }
15 
16 
17 void
19  const
20 {
21  s.SetSecond(fSecond);
22  s.SetOffset(fOffset);
24 }
void SetCorrectedNanosecond(const unsigned int &ns)
Set corrected trigger nanosecond.
void SetOffset(const int &os)
Set GPS offset compared to a reference.
void operator>>(revt::StationGPSData &s) const
constexpr double s
Definition: AugerUnits.h:163
void SetSecond(const unsigned int &sec)
Set end of traces raw time.

, generated on Tue Sep 26 2023.