#include "CondFormats/SiStripObjects/interface/SiStripFedCabling.h"
#include "CalibFormats/SiStripObjects/interface/NumberOfDevices.h"
#include "CalibFormats/SiStripObjects/interface/SiStripFecCrate.h"
#include "CondFormats/SiStripObjects/interface/FedChannelConnection.h"
#include <boost/cstdint.hpp>
#include <sstream>
#include <ostream>
#include <vector>
Go to the source code of this file.
Classes | |
class | SiStripFecCabling |
Functions | |
std::ostream & | operator<< (std::ostream &, const SiStripFecCabling &) |
Debug info for SiStripFecCabling class. |
std::ostream& operator<< | ( | std::ostream & | , | |
const SiStripFecCabling & | ||||
) |
Debug info for SiStripFecCabling class.
Definition at line 309 of file SiStripFecCabling.cc.
References SiStripFecCabling::print(), and ss.
00309 { 00310 std::stringstream ss; 00311 cabling.print(ss); 00312 os << ss.str(); 00313 return os; 00314 }