CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Macros | Functions
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...
 

Macros

#define CondFormats_SiStripObjects_SiStripFedCabling_H
 
#define SISTRIPCABLING_USING_NEW_INTERFACE
 
#define SISTRIPCABLING_USING_NEW_INTERFACE
 
#define SISTRIPCABLING_USING_NEW_STRUCTURE
 
#define SISTRIPCABLING_USING_NEW_STRUCTURE
 

Functions

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

Macro Definition Documentation

#define CondFormats_SiStripObjects_SiStripFedCabling_H
#define SISTRIPCABLING_USING_NEW_INTERFACE
#define SISTRIPCABLING_USING_NEW_INTERFACE

Definition at line 12 of file SiStripFedCabling.h.

#define SISTRIPCABLING_USING_NEW_STRUCTURE
#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 1392 of file SiStripFedCabling.cc.

References SiStripFedCabling::print().

1392  {
1393  std::stringstream ss;
1394  cabling.print(ss);
1395  os << ss.str();
1396  return os;
1397 }
std::ostream& operator<< ( std::ostream &  ,
const SiStripFedCabling::ConnsRange  
)

Definition at line 1152 of file SiStripFedCabling.cc.

References SiStripFedCabling::ConnsRange::print().

1152  {
1153  std::stringstream ss;
1154  input.print(ss);
1155  os << ss.str();
1156  return os;
1157 }