22 <<
" Constructing object...";
29 <<
" Denstructing 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!" << endl;
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);
75 if (
anal->isValid()) {
78 if (!
anal->getErrorCodes().empty()) {
85 <<
" Analyzed histograms for " <<
histos().size() <<
" FED channels, of which "
91 std::map<std::string, uint16_t>::const_iterator
ii;
93 ss <<
" " <<
ii->first <<
": " <<
ii->second << std::endl;
98 <<
"%): " <<
ss.str();
102 <<
" No histograms to analyze!";
109 Analyses::iterator ianal =
data().begin();
110 Analyses::iterator janal =
data().end();
111 for (; ianal != janal; ++ianal) {
113 std::stringstream
ss;
114 ianal->second->print(
ss, 1);
115 ianal->second->print(
ss, 2);
116 if (ianal->second->isValid()) {