285 std::stringstream extra1,extra2,extra3;
302 extra1.str() ).
title();
309 extra2.str() ).
title();
316 extra3.str() ).
title();
323 extra3.str() ).
title();
328 << (
isValid() ?
"Valid" :
"Invalid" )
345 << title1 <<
";" << title2 <<
";" << title3 <<
";" << title4
354 if ( iapv == 1 || iapv == 2 ) { iapv--; }
362 <<
"[" <<
myName() <<
"::" << __func__ <<
"]" 363 <<
" Unexpected number of pedestal/noise values: " 364 <<
peds_[iapv].size() <<
", " 365 <<
noise_[iapv].size() <<
", " 366 <<
raw_[iapv].size();
371 ss <<
" Monitorables for APV number : " << iapv;
372 if ( iapv == 0 ) { ss <<
" (first of pair)"; }
373 else if ( iapv == 1 ) { ss <<
" (second of pair)"; }
376 ss <<
" Example peds/noise for strips : " 377 <<
" 0, 31, 63, 127" << std::endl
379 << std::setw(6) <<
peds_[iapv][0] <<
", " 380 << std::setw(6) <<
peds_[iapv][31] <<
", " 381 << std::setw(6) <<
peds_[iapv][63] <<
", " 382 << std::setw(6) <<
peds_[iapv][127] << std::endl
384 << std::setw(6) <<
noise_[iapv][0] <<
", " 385 << std::setw(6) <<
noise_[iapv][31] <<
", " 386 << std::setw(6) <<
noise_[iapv][63] <<
", " 387 << std::setw(6) <<
noise_[iapv][127] << std::endl
388 <<
" Raw noise [ADC] : " 389 << std::setw(6) <<
raw_[iapv][0] <<
", " 390 << std::setw(6) <<
raw_[iapv][31] <<
", " 391 << std::setw(6) <<
raw_[iapv][63] <<
", " 392 << std::setw(6) <<
raw_[iapv][127] << std::endl
393 <<
" Dead strips (<5s) [strip] : (" <<
deadStrip_[iapv].size() <<
" in total) ";
399 ss <<
" Bad strips (>5s) [strip] : (" <<
badStrip_[iapv].size() <<
" in total) ";
404 ss <<
" Mean peds +/- spread [ADC] : " <<
pedsMean_[iapv] <<
" +/- " <<
pedsSpread_[iapv] << std::endl
405 <<
" Min/Max pedestal [ADC] : " <<
pedsMin_[iapv] <<
" <-> " <<
pedsMax_[iapv] << std::endl
407 <<
" Min/Max noise [ADC] : " <<
noiseMin_[iapv] <<
" <-> " <<
noiseMax_[iapv] << std::endl
408 <<
" Mean raw noise +/- spread [ADC] : " <<
rawMean_[iapv] <<
" +/- " <<
rawSpread_[iapv] << std::endl
409 <<
" Min/Max raw noise [ADC] : " <<
rawMin_[iapv] <<
" <-> " <<
rawMax_[iapv] << std::endl
410 <<
" Normalised noise : " <<
"(yet to be implemented...)" << std::endl
412 <<
" isValid : " <<
isValid() << std::endl
414 <<
" Error codes (found " 415 << std::setw(2) << std::setfill(
' ') <<
getErrorCodes().size()
421 for ( ; istr != jstr; ++istr ) { ss << *istr <<
" "; }
VVFloat peds_
Quantitles that are always filled for every strip.
const uint32_t & fedKey() const
VVInt badDoublePeakStrip_
const uint16_t & fecRing() const
Utility class that holds histogram title.
A container class for generic run and event-related info, information required by the commissioning a...
static const char noiseMean_[]
VVFloat residualIntegral_
static const char noiseMax_[]
const uint16_t & lldChan() const
static const char noiseMin_[]
const uint16_t & fecSlot() const
void summary(std::stringstream &) const override
VVInt deadStrip_
Quantities filled only for bad strips i.e. vectors of strip-id.
const uint16_t & i2cAddr() const
const uint32_t & key() const
Utility class that identifies a position within the strip tracker control structure, down to the level of an APV25.
static std::string runType(const sistrip::RunType &)
std::vector< float > VFloat
static const char mlCommissioning_[]
VVFloat noiseSignificance_
VVFloat residualIntegralNsigma_
static const char controlView_[]
VVFloat residualSkewness_
static const uint16_t maximum_
static const char dqmRoot_[]
const uint32_t & fecKey() const
static const char noiseSpread_[]
std::vector< uint16_t > VInt
const uint16_t & fecCrate() const
std::vector< VInt > VVInt
VVFloat residualKurtosis_
virtual void header(std::stringstream &) const
static const char deadStripBit_[]
const uint16_t & ccuAddr() const
static const uint16_t invalid_
const uint16_t & ccuChan() const
VVInt largeNoiseSignificance_
static const char badStripBit_[]
std::vector< VFloat > VVFloat
Abstract base for derived classes that provide analysis of commissioning histograms.
const VString & getErrorCodes() const
const std::string & myName() const
VVFloat residualSigmaGaus_
bool isValid() const override
void print(std::stringstream &, uint32_t apv_number=0) override