CMS 3D CMS Logo

Functions
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 65 of file NumberOfDevices.cc.

References NumberOfDevices::print().

65  {
66  std::stringstream ss;
67  devs.print(ss);
68  os << ss.str();
69  return os;
70 }
void print(std::stringstream &) const