CMS 3D CMS Logo

Functions
SiStripFedCabling.cc File Reference
#include "CondFormats/SiStripObjects/interface/SiStripFedCabling.h"
#include "DataFormats/SiStripCommon/interface/SiStripConstants.h"
#include "DataFormats/SiStripCommon/interface/SiStripFedKey.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <iostream>
#include <iomanip>

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 151 of file SiStripFedCabling.cc.

References input, and contentValuesCheck::ss.

151  {
152  std::stringstream ss;
153  input.print(ss);
154  os << ss.str();
155  return os;
156 }
static std::string const input
Definition: EdmProvDump.cc:50