#include "DataFormats/SiStripCommon/interface/SiStripConstants.h"
#include "DQM/SiStripCommissioningSummary/interface/SummaryPlot.h"
#include "DQMServices/ClientConfig/interface/DQMParserBase.h"
#include "DQMServices/ClientConfig/interface/ParserFunctions.h"
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
class | SummaryPlotXmlParser |
More... |
|
Functions | |
std::ostream & | operator<< (std::ostream &, const SummaryPlotXmlParser &) |
Debug information. |
std::ostream& operator<< | ( | std::ostream & | , | |
const SummaryPlotXmlParser & | ||||
) |
Debug information.
Definition at line 192 of file SummaryPlotXmlParser.cc.
References SummaryPlotXmlParser::print(), and ss.
00192 { 00193 std::stringstream ss; 00194 parser.print(ss); 00195 os << ss.str(); 00196 return os; 00197 }