58 ss <<
std::fixed << std::setprecision(2) <<
" Connected FED id : " <<
fedId_ << std::endl
59 <<
" Connected FED channel : " <<
fedCh_ << std::endl
60 <<
" Signal level [ADC] : " <<
adcLevel_ << std::endl;
61 ss <<
" nCandidates : " <<
candidates_.size() << std::endl <<
" FedId/FedChannel/ADC) : ";
65 Candidates::const_iterator iter;
68 ss << path.
fedId() <<
"/" << path.
fedChannel() <<
"/" << iter->second <<
" ";
72 ss << std::boolalpha <<
" isValid : " <<
isValid() << std::endl
73 << std::noboolalpha <<
" Error codes (found " << std::setw(2) << std::setfill(
' ') <<
getErrorCodes().size()
80 for (; istr != jstr; ++istr) {
A container class for generic run and event-related info, information required by the commissioning a...
static const char fedCablingAnalysis_[]
void print(std::stringstream &, uint32_t not_used=0) override
static const float threshold_
static const uint16_t maximum_
uint16_t fedChannel() const
virtual void header(std::stringstream &) const
static const uint16_t invalid_
const uint16_t & fedId() const
Abstract base for derived classes that provide analysis of commissioning histograms.
bool isValid() const override
const VString & getErrorCodes() const