CMS 3D CMS Logo

Functions
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)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
const SummaryPlotXmlParser  
)

Debug information.

Definition at line 98 of file SummaryPlotXmlParser.cc.

References writedatasetfile::parser, and contentValuesCheck::ss.

98  {
99  std::stringstream ss;
100  parser.print(ss);
101  os << ss.str();
102  return os;
103 }