CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_6_1_1/src/CalibFormats/SiStripObjects/src/NumberOfDevices.cc File Reference

#include "CalibFormats/SiStripObjects/interface/NumberOfDevices.h"
#include <iomanip>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const NumberOfDevices &devs)

Function Documentation

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

Debug info for NumberOfDevices class.

Definition at line 66 of file NumberOfDevices.cc.

References NumberOfDevices::print().

                                                                       {
  std::stringstream ss;
  devs.print(ss);
  os << ss.str();
  return os;
}