CMS 3D CMS Logo

Classes | Functions
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
 Class holding info that defines a summary plot. More...
 

Functions

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

Function Documentation

◆ operator<<()

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

Provides debug information.

Definition at line 145 of file SummaryPlot.cc.

References contentValuesCheck::ss, and edmLumisInFiles::summary.

145  {
146  std::stringstream ss;
147  summary.print(ss);
148  os << ss.str();
149  return os;
150 }