revtStationRecData_ROOT.cc
Go to the documentation of this file.
1 #include <io/revtStationRecData_ROOT.h>
2 
3 using namespace io;
4 
5 
7 
8 
9 revtStationRecData_ROOT::revtStationRecData_ROOT(const revt::StationRecData& s) :
10  fStationQuantities(s),
11  fPulseFound(s.GetPulseFound())
12 { }
13 
14 
15 void
17  const
18 {
20  s.SetPulseFound(fPulseFound);
21 }
Class to access station level reconstructed data.
constexpr double s
Definition: AugerUnits.h:163
ParameterStorage_ROOT fStationQuantities
Persistent revt::StationRecData using ROOT.
void operator>>(revt::StationRecData &s) const

, generated on Tue Sep 26 2023.