revtStationSimData_ROOT.cc
Go to the documentation of this file.
1 #include <io/revtStationSimData_ROOT.h>
2 
3 using namespace io;
4 
5 
7 
8 
9 revtStationSimData_ROOT::revtStationSimData_ROOT(const revt::StationSimData& s) :
10  fStationQuantities(s),
11  fSimulatedTrace(s.GetSimulatedTrace()),
12  fPulseFound(s.GetPulseFound())
13 { }
14 
15 
16 void
18  const
19 {
21  s.SetSimulatedTrace(fSimulatedTrace.Convert());
22  s.SetPulseFound(fPulseFound);
23 }
StationTimeSeries_ROOT fSimulatedTrace
Station Level Simulated Data
utl::TraceV3D Convert() const
Definition: TraceV3D_ROOT.h:30
void operator>>(revt::StationSimData &s) const
constexpr double s
Definition: AugerUnits.h:163
ParameterStorage_ROOT fStationQuantities
Persistent revt::StationSimData using ROOT.

, generated on Tue Sep 26 2023.