22 <<
" Constructing object...";
29 <<
" Destructing object...";
39 HistosMap::const_iterator iter;
40 Analyses::iterator ianal;
41 std::map<std::string, uint16_t>
errors;
44 for (ianal =
data().
begin(); ianal !=
data().end(); ianal++) {
54 if (iter->second.empty()) {
56 <<
" Zero histograms found!";
61 std::vector<TH1*> profs;
62 Histos::const_iterator ihis = iter->second.begin();
63 for (; ihis != iter->second.end(); ihis++) {
66 profs.push_back(prof);
78 if (
anal->isValid()) {
81 if (!
anal->getErrorCodes().empty()) {
88 <<
" Analyzed histograms for " <<
histos().size() <<
" FED channels, of which "
94 std::map<std::string, uint16_t>::const_iterator
ii;
96 ss <<
" " <<
ii->first <<
": " <<
ii->second << std::endl;
101 <<
"%): " <<
ss.str();
105 <<
" No histograms to analyze!";
112 Analyses::iterator ianal =
data().begin();
113 Analyses::iterator janal =
data().end();
114 for (; ianal != janal; ++ianal) {
116 std::stringstream
ss;
117 ianal->second->print(
ss, 1);
118 ianal->second->print(
ss, 2);
119 if (ianal->second->isValid()) {