Store information provided by the DAQ about the station. More...
#include <revt/StationHeader.h>
Public Types | |
| enum | HardwareType { eNL = 0, eDE, eFR, eOldBLS, eCLF } |
| List of available hardware types. More... | |
Public Member Functions | |
| HardwareType | GetHardwareType () const |
| Get Type of hardware used (provided by the DAQ) More... | |
| int | GetHardwareVersion () const |
| Get version of hardware used (provided by DAQ) More... | |
| void | SetHardwareType (const HardwareType t) |
| Set type of hardware used (should be provided by the DAQ) More... | |
| void | SetHardwareVersion (const int v) |
| Set version of hardware is used (should be provided by the DAQ) More... | |
| StationHeader ()=default | |
Private Attributes | |
| HardwareType | fHtype = eNL |
| int | fHversion = 0 |
Store information provided by the DAQ about the station.
Definition at line 13 of file StationHeader.h.
List of available hardware types.
| Enumerator | |
|---|---|
| eNL | |
| eDE | |
| eFR | |
| eOldBLS | |
| eCLF | |
Definition at line 17 of file StationHeader.h.
|
default |
|
inline |
Get Type of hardware used (provided by the DAQ)
Definition at line 34 of file StationHeader.h.
References fHtype.
Referenced by RdEventMerger::RdEventMerger::ExamineEvent().
|
inline |
Get version of hardware used (provided by DAQ)
Definition at line 37 of file StationHeader.h.
References fHversion.
|
inline |
Set type of hardware used (should be provided by the DAQ)
Definition at line 28 of file StationHeader.h.
References fHtype.
Referenced by io::revtStationHeader_ROOT::operator>>(), io::RadioFileAERA::Read(), io::IoAugerEventFile::Read(), and io::RadioFileAERAroot::Read().
|
inline |
Set version of hardware is used (should be provided by the DAQ)
Definition at line 31 of file StationHeader.h.
References fHversion.
Referenced by io::revtStationHeader_ROOT::operator>>(), io::RadioFileAERA::Read(), io::IoAugerEventFile::Read(), and io::RadioFileAERAroot::Read().
|
private |
Definition at line 40 of file StationHeader.h.
Referenced by GetHardwareType(), and SetHardwareType().
|
private |
Definition at line 41 of file StationHeader.h.
Referenced by GetHardwareVersion(), and SetHardwareVersion().