Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
EventIO
OfflineRd
revtStationHeader_ROOT.h
Go to the documentation of this file.
1
#ifndef _revtStationHeader_ROOT_h_
2
#define _revtStationHeader_ROOT_h_
3
4
#ifndef __CINT__
5
# include <revt/StationHeader.h>
6
#endif
7
#include <Rtypes.h>
8
9
10
namespace
io {
11
20
class
revtStationHeader_ROOT
{
21
public
:
22
revtStationHeader_ROOT
() { }
23
#ifndef __CINT__
24
revtStationHeader_ROOT
(
const
revt::StationHeader
&
s
);
25
void
operator>>
(
revt::StationHeader
&
s
)
const
;
26
#endif
27
28
int
fHardwareVersion
= 0;
29
int
fHardwareType
= 0;
30
31
ClassDefNV
(
revtStationHeader_ROOT
, 1);
32
33
};
34
35
}
36
37
38
#endif
io::revtStationHeader_ROOT::ClassDefNV
ClassDefNV(revtStationHeader_ROOT, 1)
io::revtStationHeader_ROOT::revtStationHeader_ROOT
revtStationHeader_ROOT()
Definition:
revtStationHeader_ROOT.h:22
io::revtStationHeader_ROOT
Definition:
revtStationHeader_ROOT.h:20
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.