CMS 3D CMS Logo

SummaryPlot.h File Reference

#include "DataFormats/SiStripCommon/interface/SiStripConstants.h"
#include <iostream>
#include <sstream>
#include <string>

Go to the source code of this file.

Classes

class  SummaryPlot
 
Author:
R.Bainbridge, P.Kalavase
More...

Functions

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