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++) {
54 for (iter =
histos().begin(); iter !=
histos().end(); iter++) {
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);
80 if (
anal->isValid()) {
83 if (!
anal->getErrorCodes().empty()) {
90 <<
" Analyzed histograms for " <<
histos().size() <<
" FED channels, of which "
96 std::map<std::string, uint16_t>::const_iterator
ii;
98 ss <<
" " <<
ii->first <<
": " <<
ii->second << std::endl;
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()) {