CMS 3D CMS Logo

SummaryPlotXmlParser.cc File Reference

#include "DQM/SiStripCommissioningClients/interface/SummaryPlotXmlParser.h"
#include "DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <stdexcept>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const SummaryPlotXmlParser &parser)
 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