|
|
Go to the documentation of this file.
264 std::stringstream extra1, extra2, extra3;
314 <<
":" << title1 <<
";" << title2 <<
";" << title3 <<
";" << title4 << std::endl;
320 if (iapv == 1 || iapv == 2) {
328 <<
" Unexpected number of pedestal/noise values: " <<
peds_[iapv].size() <<
", "
329 <<
noise_[iapv].size() <<
", " <<
raw_[iapv].size();
334 ss <<
" Monitorables for APV number : " << iapv;
336 ss <<
" (first of pair)";
337 }
else if (iapv == 1) {
338 ss <<
" (second of pair)";
342 ss <<
" Example peds/noise for strips : "
343 <<
" 0, 31, 63, 127" << std::endl
344 <<
" Peds [ADC] : " << std::setw(6) <<
peds_[iapv][0] <<
", " << std::setw(6)
345 <<
peds_[iapv][31] <<
", " << std::setw(6) <<
peds_[iapv][63] <<
", " << std::setw(6) <<
peds_[iapv][127]
347 <<
" Noise [ADC] : " << std::setw(6) <<
noise_[iapv][0] <<
", " << std::setw(6)
348 <<
noise_[iapv][31] <<
", " << std::setw(6) <<
noise_[iapv][63] <<
", " << std::setw(6) <<
noise_[iapv][127]
350 <<
" Raw noise [ADC] : " << std::setw(6) <<
raw_[iapv][0] <<
", " << std::setw(6) <<
raw_[iapv][31]
351 <<
", " << std::setw(6) <<
raw_[iapv][63] <<
", " << std::setw(6) <<
raw_[iapv][127] << std::endl
352 <<
" Dead strips (<5s) [strip] : (" <<
deadStrip_[iapv].size() <<
" in total) ";
359 ss <<
" Bad strips (>5s) [strip] : (" <<
badStrip_[iapv].size() <<
" in total) ";
365 <<
" Min/Max pedestal [ADC] : " <<
pedsMin_[iapv] <<
" <-> " <<
pedsMax_[iapv] << std::endl
367 <<
" Min/Max noise [ADC] : " <<
noiseMin_[iapv] <<
" <-> " <<
noiseMax_[iapv] << std::endl
368 <<
" Mean raw noise +/- spread [ADC] : " <<
rawMean_[iapv] <<
" +/- " <<
rawSpread_[iapv] << std::endl
369 <<
" Min/Max raw noise [ADC] : " <<
rawMin_[iapv] <<
" <-> " <<
rawMax_[iapv] << std::endl
370 <<
" Normalised noise : "
371 <<
"(yet to be implemented...)" << std::endl
372 << std::boolalpha <<
" isValid : " <<
isValid() << std::endl
373 << std::noboolalpha <<
" Error codes (found " << std::setw(2) << std::setfill(
' ') <<
getErrorCodes().size()
380 for (; istr != jstr; ++istr) {
const VString & getErrorCodes() const
static std::string runType(const sistrip::RunType &)
const uint32_t & key() const
VVFloat residualSkewness_
const uint16_t & lldChan() const
VVFloat residualIntegralNsigma_
const uint32_t & fedKey() const
VVFloat noiseSignificance_
std::vector< VInt > VVInt
const uint16_t & fecCrate() const
A container class for generic run and event-related info, information required by the commissioning a...
std::vector< float > VFloat
void summary(std::stringstream &) const override
VVFloat residualSigmaGaus_
static const char noiseMin_[]
static const char mlCommissioning_[]
static const char noiseMax_[]
virtual void header(std::stringstream &) const
const uint16_t & fecRing() const
VVFloat residualIntegral_
Utility class that identifies a position within the strip tracker control structure,...
static const char noiseSpread_[]
bool isValid() const override
const uint16_t & ccuChan() const
VVInt badDoublePeakStrip_
static const uint16_t maximum_
static const char controlView_[]
VVFloat residualKurtosis_
static const uint16_t invalid_
static const char dqmRoot_[]
std::vector< uint16_t > VInt
Abstract base for derived classes that provide analysis of commissioning histograms.
const uint16_t & i2cAddr() const
const uint32_t & fecKey() const
VVInt largeNoiseSignificance_
const uint16_t & ccuAddr() const
VVFloat peds_
Quantitles that are always filled for every strip.
const std::string & myName() const
Utility class that holds histogram title.
static const char deadStripBit_[]
std::vector< VFloat > VVFloat
VVInt deadStrip_
Quantities filled only for bad strips i.e. vectors of strip-id.
const uint16_t & fecSlot() const
void print(std::stringstream &, uint32_t apv_number=0) override
static const char noiseMean_[]
static const char badStripBit_[]