StationTriggerData_ROOT.cc
Go to the documentation of this file.
1 #include <sevt/StationTriggerData.h>
2 #include <io/StationTriggerData_ROOT.h>
3 
4 using namespace io;
5 
6 
8 
9 
10 StationTriggerData_ROOT::StationTriggerData_ROOT(const sevt::StationTriggerData& s) :
11  fOffsetMicroSecond(s.GetOffsetMicroSecond()),
12  fWindowMicroSecond(s.GetWindowMicroSecond()),
13  fErrorCode(s.GetErrorCode()),
14  fPLDTrigger(s.GetPLDTrigger())
15 { }
16 
17 
18 void
20  const
21 {
26 }
void SetOffsetMicroSecond(const int offset)
constexpr double s
Definition: AugerUnits.h:163
Persistent StationTriggerData using ROOT.
void SetPLDTrigger(const PLDType trigger)
void operator>>(sevt::StationTriggerData &s) const
Station Trigger Data description
void SetWindowMicroSecond(const int window)
void SetErrorCode(const int errorCode)

, generated on Tue Sep 26 2023.