CMS 3D CMS Logo

SummaryPlot.cc File Reference

#include "DQM/SiStripCommissioningSummary/interface/SummaryPlot.h"
#include "DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const SummaryPlot &summary)
 Provides debug information.


Function Documentation

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

Provides debug information.

Definition at line 178 of file SummaryPlot.cc.

References SummaryPlot::print(), and ss.

00178                                                                       {
00179   std::stringstream ss;
00180   summary.print(ss);
00181   os << ss.str();
00182   return os;
00183 }


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