CMS 3D CMS Logo

Functions
SiPixelFEDChannelContainer.cc File Reference
#include "CondFormats/SiPixelObjects/interface/SiPixelFEDChannelContainer.h"
#include "FWCore/Utilities/interface/Exception.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, SiPixelFEDChannelContainer FEDChannels)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
SiPixelFEDChannelContainer  FEDChannels 
)

Definition at line 132 of file SiPixelFEDChannelContainer.cc.

References SiPixelFEDChannelContainer::print(), and contentValuesCheck::ss.

132  {
133  std::stringstream ss;
134  FEDChannels.print(ss);
135  os << ss.str();
136  return os;
137 }
void print(std::ostream &os) const