![]() |
![]() |
#include "DataFormats/SiStripCommon/interface/SiStripConstants.h"
#include <iostream>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | SummaryPlot |
More... |
|
Functions | |
std::ostream & | operator<< (std::ostream &, const SummaryPlot &) |
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 }