revtStationHeader_ROOT.cc
Go to the documentation of this file.
1 #include <revt/StationHeader.h>
2 #include <io/revtStationHeader_ROOT.h>
3 
4 using namespace io;
5 
6 
8 
9 
10 revtStationHeader_ROOT::revtStationHeader_ROOT(const revt::StationHeader& s) :
11  fHardwareVersion(s.GetHardwareVersion()),
12  fHardwareType(s.GetHardwareType())
13 { }
14 
15 
16 void
18  const
19 {
21  s.SetHardwareType(static_cast<revt::StationHeader::HardwareType>(fHardwareType));
22 }
void SetHardwareType(const HardwareType t)
Set type of hardware used (should be provided by the DAQ)
Definition: StationHeader.h:28
void SetHardwareVersion(const int v)
Set version of hardware is used (should be provided by the DAQ)
Definition: StationHeader.h:31
constexpr double s
Definition: AugerUnits.h:163
void operator>>(revt::StationHeader &s) const
Store information provided by the DAQ about the station.
Definition: StationHeader.h:13

, generated on Tue Sep 26 2023.