CMS 3D CMS Logo

SummaryPlotXmlParser.h File Reference

#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
 
Author:
P.Kalavase, R.Bainbridge
More...

Functions

std::ostream & operator<< (std::ostream &, const SummaryPlotXmlParser &)
 Debug information.


Function Documentation

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 }


Generated on Tue Jun 9 17:52:39 2009 for CMSSW by  doxygen 1.5.4