10 using namespace sistrip;
59 ss << std::fixed << std::setprecision(2)
60 <<
" Connected FED id : " <<
fedId_ << std::endl
61 <<
" Connected FED channel : " <<
fedCh_ << std::endl
62 <<
" Signal level [ADC] : " <<
adcLevel_ << std::endl;
63 ss <<
" nCandidates : " <<
candidates_.size() << std::endl
64 <<
" FedId/FedChannel/ADC) : ";
67 Candidates::const_iterator
iter;
70 ss << path.
fedId() <<
"/"
72 << iter->second <<
" ";
77 <<
" isValid : " <<
isValid() << std::endl
79 <<
" Error codes (found "
80 << std::setw(2) << std::setfill(
' ') <<
getErrorCodes().size()
86 for ( ; istr != jstr; ++istr ) { ss << *istr <<
" "; }
A container class for generic run and event-related info, information required by the commissioning a...
static const char fedCablingAnalysis_[]
static const float threshold_
tuple path
else: Piece not in the list, fine.
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.
const VString & getErrorCodes() const
void print(std::stringstream &, uint32_t not_used=0)