10#ifndef FDREADOUTLIBS_INCLUDE_FDREADOUTLIBS_FDREADOUTISSUES_HPP_
11#define FDREADOUTLIBS_INCLUDE_FDREADOUTLIBS_FDREADOUTISSUES_HPP_
29 TPGAlgorithmInexistent,
30 "The selected algorithm does not exist: " << algorithm_selection <<
" . Check your configuration file and seelect either SimpleThreshold or AbsRS.",
31 ((std::string)algorithm_selection))
35 "TP with SOT " << width <<
" for channel " << channel,
36 ((uint64_t)width) ((uint64_t)channel))
40 "Failed to send TP vector beginning with start time " << s_ts_begin <<
" and channel number " << channel_begin <<
", ending with start time " << s_ts_end <<
" and channel number " <<
channel_end,
46 "WIB data have crate/slot/link " << wcrate <<
"/" << wslot <<
"/" << wlink <<
" while this readout link is configured for " << crate <<
"/" << slot <<
"/" << link,
47 ((uint32_t)wcrate) ((uint32_t)wslot) ((uint32_t)wlink) ((uint32_t)crate) ((uint32_t)slot) ((uint32_t)link))
#define ERS_DECLARE_ISSUE(namespace_name, class_name, message, attributes)