#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. |
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 }