16 using namespace sistrip;
22 factory_ = std::make_unique<NoiseSummaryFactory>();
24 <<
" Constructing object...";
31 <<
" Destructing object...";
41 HistosMap::const_iterator iter;
42 Analyses::iterator ianal;
43 std::map<std::string, uint16_t> errors;
46 for (ianal =
data().
begin(); ianal !=
data().end(); ianal++) {
56 if (iter->second.empty()) {
58 <<
" Zero histograms found!";
63 std::vector<TH1*> profs;
64 Histos::const_iterator ihis = iter->second.begin();
65 for (; ihis != iter->second.end(); ihis++) {
68 profs.push_back(prof);
79 data()[iter->first] = anal;
90 <<
" Analyzed histograms for " <<
histos().size() <<
" FED channels, of which "
91 << valid <<
" (" << 100 * valid /
histos().size() <<
"%) are valid.";
92 if (!errors.empty()) {
96 std::map<std::string, uint16_t>::const_iterator
ii;
97 for (ii = errors.begin(); ii != errors.end(); ++
ii) {
98 ss <<
" " << ii->first <<
": " << ii->second << std::endl;
102 <<
" Found " << count <<
" errors (" << 100 * count /
histos().size()
103 <<
"%): " << ss.str();
107 <<
" No histograms to analyze!";
114 Analyses::iterator ianal =
data().begin();
115 Analyses::iterator janal =
data().end();
116 for (; ianal != janal; ++ianal) {
118 std::stringstream
ss;
119 ianal->second->print(ss, 1);
120 ianal->second->print(ss, 2);
121 if (ianal->second->isValid()) {
void analysis(const std::vector< TH1 * > &)
Log< level::Info, true > LogVerbatim
Analyses & data(bool getMaskedData=false)
Histogram-based analysis for pedestal run.
const edm::ParameterSet & pset() const
static const char mlDqmClient_[]
NoiseHistograms(const edm::ParameterSet &pset, DQMStore *)
void printAnalyses() override
int extract(std::vector< int > *output, const std::string &dati)
std::unique_ptr< Factory > factory_
~NoiseHistograms() override
Histogram-based analysis for pedestal run.
Log< level::Warning, false > LogWarning
void histoAnalysis(bool debug) override
const VString & getErrorCodes() const
bool isValid() const override
const HistosMap & histos() const