CMS 3D CMS Logo

SiStripFecCabling.h File Reference

#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.


Function Documentation

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 }


Generated on Tue Jun 9 17:51:04 2009 for CMSSW by  doxygen 1.5.4