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!";
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 "
89 <<
" No histograms to analyze!";
94 <<
" Analyzed histograms for " <<
histos().size() <<
" FED channels, of which "
100 std::map<std::string, uint16_t>::const_iterator
ii;
102 ss <<
" " <<
ii->first <<
": " <<
ii->second << std::endl;
107 <<
"%): " <<
ss.str();
111 <<
" No histograms to analyze!";
118 Analyses::iterator ianal =
data().begin();
119 Analyses::iterator janal =
data().end();
120 for (; ianal != janal; ++ianal) {
122 std::stringstream
ss;
123 if (ianal->second->isValid()) {
124 ianal->second->print(
ss);
127 ianal->second->print(
ss, 0);
128 ianal->second->print(
ss, 1);
129 ianal->second->print(
ss, 2);
130 ianal->second->print(
ss, 3);