61 std::stringstream extra1, extra2;
88 <<
":" << title1 <<
";" << title2 << std::endl;
94 if (iapv == 1 || iapv == 2) {
100 ss <<
" Monitorables for APV : " << iapv;
102 ss <<
" (first of pair)";
103 }
else if (iapv == 1) {
104 ss <<
" (second of pair)";
107 ss <<
std::fixed << std::setprecision(2) <<
" VPSP setting : " <<
vpsp_[iapv] << std::endl
108 <<
" Signal level [ADC] : " <<
adcLevel_[iapv] << std::endl
109 <<
" Fraction [%] : " 110 <<
"(N/A)" << std::endl
111 <<
" Top edge [bin] : " <<
topEdge_[iapv] << std::endl
112 <<
" Bottom edge [bin] : " <<
bottomEdge_[iapv] << std::endl
113 <<
" Top level [ADC] : " <<
topLevel_[iapv] << std::endl
114 <<
" Bottom level [ADC] : " <<
bottomLevel_[iapv] << std::endl
115 << std::boolalpha <<
" isValid : " <<
isValid() << std::endl
116 << std::noboolalpha <<
" Error codes (found " << std::setw(2) << std::setfill(
' ') <<
getErrorCodes().size()
123 for (; istr != jstr; ++istr) {
const VString & getErrorCodes() const
bool isValid() const override
const uint16_t & ccuAddr() const
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 & ccuChan() const
void print(std::stringstream &, uint32_t not_used=0) override
const uint16_t & lldChan() const
static const uint16_t valid_
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 &)
const std::string & myName() const
static const char controlView_[]
const uint32_t & key() const
static const char dqmRoot_[]
key
prepare the HTCondor submission files and eventually submit them
const uint32_t & fecKey() const
const uint32_t & fedKey() const
std::vector< uint16_t > VInt
static const uint16_t invalid_
const uint16_t & fecSlot() const
virtual void header(std::stringstream &) const
Abstract base for derived classes that provide analysis of commissioning histograms.
const uint16_t & fecRing() const
const uint16_t & fecCrate() const
void summary(std::stringstream &) const override