9 using namespace sistrip;
78 std::stringstream extra1, extra2, extra3;
128 <<
":" << title1 <<
";" << title2 <<
";" << title3 <<
";" << title4 << std::endl;
134 if (iapv == 1 || iapv == 2) {
142 <<
" Unexpected number of pedestal/noise values: " <<
peds_[iapv].size() <<
", "
143 <<
raw_[iapv].size();
148 ss <<
" Monitorables for APV number : " << iapv;
150 ss <<
" (first of pair)";
151 }
else if (iapv == 1) {
152 ss <<
" (second of pair)";
155 ss << std::fixed << std::setprecision(2);
156 ss <<
" Example peds/noise for strips : "
157 <<
" 0, 31, 63, 127" << std::endl
158 <<
" Peds [ADC] : " << std::setw(6) <<
peds_[iapv][0] <<
", " << std::setw(6)
159 <<
peds_[iapv][31] <<
", " << std::setw(6) <<
peds_[iapv][63] <<
", " << std::setw(6) <<
peds_[iapv][127]
161 <<
" Raw noise [ADC] : " << std::setw(6) <<
raw_[iapv][0] <<
", " << std::setw(6) <<
raw_[iapv][31]
162 <<
", " << std::setw(6) <<
raw_[iapv][63] <<
", " << std::setw(6) <<
raw_[iapv][127] << std::endl;
163 ss <<
" Mean peds +/- spread [ADC] : " <<
pedsMean_[iapv] <<
" +/- " <<
pedsSpread_[iapv] << std::endl
164 <<
" Min/Max pedestal [ADC] : " <<
pedsMin_[iapv] <<
" <-> " <<
pedsMax_[iapv] << std::endl
165 <<
" Mean raw noise +/- spread [ADC] : " <<
rawMean_[iapv] <<
" +/- " <<
rawSpread_[iapv] << std::endl
166 <<
" Min/Max raw noise [ADC] : " <<
rawMin_[iapv] <<
" <-> " <<
rawMax_[iapv] << std::endl
167 << std::boolalpha <<
" isValid : " <<
isValid() << std::endl
168 << std::noboolalpha <<
" Error codes (found " << std::setw(2) << std::setfill(
' ') <<
getErrorCodes().size()
175 for (; istr != jstr; ++istr) {
const uint32_t & fedKey() const
const uint16_t & fecRing() const
void print(std::stringstream &, uint32_t apv_number=0) override
Utility class that holds histogram title.
A container class for generic run and event-related info, information required by the commissioning a...
const uint16_t & lldChan() const
const uint16_t & fecSlot() const
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_[]
static const char controlView_[]
bool isValid() const override
tuple key
prepare the HTCondor submission files and eventually submit them
static const uint16_t maximum_
static const char dqmRoot_[]
const uint32_t & fecKey() const
const uint16_t & fecCrate() const
virtual void header(std::stringstream &) const
const uint16_t & ccuAddr() const
static const uint16_t invalid_
void summary(std::stringstream &) const override
const uint16_t & ccuChan() const
std::vector< VFloat > VVFloat
Abstract base for derived classes that provide analysis of commissioning histograms.
Log< level::Warning, false > LogWarning
const VString & getErrorCodes() const
const std::string & myName() const
tuple size
Write out results.