A cycle may contain additional telegram data. More...
#include <TimingSimulationStructures.h>
Public Member Functions | |
TelegramDataConfig (fesa::ElementXML *config) | |
constructor | |
Public Attributes | |
std::string | destination_ |
info about the beam-destination | |
std::string | particleType_ |
info about the particle type | |
std::string | spCon_ |
????? |
A cycle may contain additional telegram data.
Definition at line 117 of file TimingSimulationStructures.h.
fesaGSI::TelegramDataConfig::TelegramDataConfig | ( | fesa::ElementXML * | config | ) |
constructor
the | xml segment where this telegramData is defined |
Definition at line 119 of file TimingSimulationStructures.cpp.
References destination_, FesaGSITimingSimulationFileCorrupt, particleType_, and spCon_.
std::string fesaGSI::TelegramDataConfig::destination_ |
info about the beam-destination
Definition at line 130 of file TimingSimulationStructures.h.
Referenced by TelegramDataConfig().
std::string fesaGSI::TelegramDataConfig::particleType_ |
info about the particle type
Definition at line 135 of file TimingSimulationStructures.h.
Referenced by TelegramDataConfig().
std::string fesaGSI::TelegramDataConfig::spCon_ |
?????
Definition at line 140 of file TimingSimulationStructures.h.
Referenced by TelegramDataConfig().