6 #ifndef RAWDATA_BEAMINFO_H 7 #define RAWDATA_BEAMINFO_H 34 std::map<std::string, std::vector<double> >
fDataMap;
40 BeamInfo(
double tor101,
double tortgt,
double trtgtd,
long long int t_ms);
78 #endif // RAWDATA_BEAMINFO_H double get_tor101() const
uint32_t GetSeconds() const
uint8_t GetRecordType() const
void SetMilliSeconds(uint16_t val)
void SetTORTGT(double val)
void Set(std::string device_name, double val)
void SetRecordType(uint8_t val)
uint16_t GetMilliSeconds() const
uint16_t GetNumberOfDevices() const
friend std::ostream & operator<<(std::ostream &, const BeamInfo &)
void SetSeconds(uint32_t val)
void SetTRTGTD(double val)
std::vector< double > Get(std::string device_name)
long long int get_t_ms() const
void SetT_MS(long long int val)
std::map< std::string, std::vector< double > > GetDataMap() const
uint16_t fNumberOfDevices
General GArSoft Utilities.
double get_trtgtd() const
std::map< std::string, std::vector< double > > fDataMap
void SetTOR101(double val)
void SetNumberOfDevices(uint16_t val)
double get_tortgt() const