23 <<
" Constructing object...";
30 <<
" Destructing object...";
40 HistosMap::const_iterator iter;
41 Analyses::iterator ianal;
42 std::map<std::string, uint16_t>
errors;
45 for (ianal =
data().
begin(); ianal !=
data().end(); ianal++) {
55 if (iter->second.empty()) {
57 <<
" Zero histograms found!";
62 std::vector<TH1*> profs;
63 Histos::const_iterator ihis = iter->second.begin();
64 for (; ihis != iter->second.end(); ihis++) {
67 profs.push_back(prof);
71 profs.push_back(prof);
81 if (
anal->isValid()) {
84 if (!
anal->getErrorCodes().empty()) {
91 <<
" Analyzed histograms for " <<
histos().size() <<
" FED channels, of which "
97 std::map<std::string, uint16_t>::const_iterator
ii;
99 ss <<
" " <<
ii->first <<
": " <<
ii->second << std::endl;
104 <<
"%): " <<
ss.str();
108 <<
" 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()) {