93 std::vector<double> vec;
104 std::pair<std::string, std::vector<double>> p(device, val);
118 const std::map<std::string, std::vector<double>> dm = o.
GetDataMap();
120 while (it != dm.end()) {
121 os << it->first <<
": ";
122 for (
size_t i = 0; i < it->second.size(); i++)
123 os << it->second[i] <<
", ";
long long int get_t_ms() const
std::map< std::string, std::vector< double > > fDataMap
void SetTOR101(double val)
uint8_t GetRecordType() const
uint16_t GetNumberOfDevices() const
uint16_t GetMilliSeconds() const
void SetT_MS(long long int val)
double get_tor101() const
std::map< std::string, std::vector< double > > GetDataMap() const
friend std::ostream & operator<<(std::ostream &, const BeamInfo &)
uint32_t GetSeconds() const
void SetTORTGT(double val)
uint16_t fNumberOfDevices
void SetTRTGTD(double val)
void Set(std::string device_name, double val)
double get_trtgtd() const
double get_tortgt() const