CMS 3D CMS Logo

Classes | Defines | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/CondFormats/SiStripObjects/interface/SiStripFedCabling.h File Reference

#include "CondFormats/SiStripObjects/interface/FedChannelConnection.h"
#include <boost/range/iterator_range.hpp>
#include <boost/cstdint.hpp>
#include <sstream>
#include <vector>
#include <string>

Go to the source code of this file.

Classes

class  SiStripFedCabling::ConnsRange
 Builds range of iterators from pair of offsets. More...
class  SiStripFedCabling
 Contains cabling info at the device level, including DetId, APV pair numbers, hardware addresses, DCU id... More...

Defines

#define SISTRIPCABLING_USING_NEW_INTERFACE
#define SISTRIPCABLING_USING_NEW_STRUCTURE

Functions

std::ostream & operator<< (std::ostream &, const SiStripFedCabling &)
std::ostream & operator<< (std::ostream &, const SiStripFedCabling::ConnsRange &)

Define Documentation

#define SISTRIPCABLING_USING_NEW_INTERFACE

Definition at line 12 of file SiStripFedCabling.h.

#define SISTRIPCABLING_USING_NEW_STRUCTURE

Definition at line 11 of file SiStripFedCabling.h.


Function Documentation

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

Debug info for SiStripFedCabling class.

Definition at line 435 of file SiStripFedCabling.cc.

References SiStripFedCabling::print().

                                                                            {
  std::stringstream ss;
  cabling.print(ss);
  os << ss.str();
  return os;
}
std::ostream& operator<< ( std::ostream &  ,
const SiStripFedCabling::ConnsRange  
)