Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
EventIO
OfflineRd
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
7
ClassImp(
revtStationHeader_ROOT
)
8
9
10
revtStationHeader_ROOT
::
revtStationHeader_ROOT
(const revt::StationHeader&
s
) :
11
fHardwareVersion(
s
.GetHardwareVersion()),
12
fHardwareType(
s
.GetHardwareType())
13
{ }
14
15
16
void
17
revtStationHeader_ROOT::operator>>
(
revt::StationHeader
&
s
)
18
const
19
{
20
s.
SetHardwareVersion
(
fHardwareVersion
);
21
s.
SetHardwareType
(static_cast<revt::StationHeader::HardwareType>(
fHardwareType
));
22
}
revt::StationHeader::SetHardwareType
void SetHardwareType(const HardwareType t)
Set type of hardware used (should be provided by the DAQ)
Definition:
StationHeader.h:28
io::revtStationHeader_ROOT
Definition:
revtStationHeader_ROOT.h:20
revt::StationHeader::SetHardwareVersion
void SetHardwareVersion(const int v)
Set version of hardware is used (should be provided by the DAQ)
Definition:
StationHeader.h:31
utl::s
constexpr double s
Definition:
AugerUnits.h:163
io::revtStationHeader_ROOT::fHardwareVersion
int fHardwareVersion
Definition:
revtStationHeader_ROOT.h:28
io::revtStationHeader_ROOT::operator>>
void operator>>(revt::StationHeader &s) const
Definition:
revtStationHeader_ROOT.cc:17
revt::StationHeader
Store information provided by the DAQ about the station.
Definition:
StationHeader.h:13
io::revtStationHeader_ROOT::fHardwareType
int fHardwareType
Definition:
revtStationHeader_ROOT.h:29
, generated on Tue Sep 26 2023.