#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) |
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; }