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) {
const VString & getErrorCodes() const
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_
bool isValid() const override
static const uint16_t maximum_
key
prepare the HTCondor submission files and eventually submit them
static const uint16_t invalid_
virtual void header(std::stringstream &) const
Abstract base for derived classes that provide analysis of commissioning histograms.