CMS 3D CMS Logo

Functions
PPSPixelTopology.cc File Reference
#include "CondFormats/PPSObjects/interface/PPSPixelTopology.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, PPSPixelTopology info)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
PPSPixelTopology  info 
)

Definition at line 272 of file PPSPixelTopology.cc.

References info(), and contentValuesCheck::ss.

272  {
273  std::stringstream ss;
274  info.printInfo(ss);
275  os << ss.str();
276  return os;
277 }
static const TGPicture * info(bool iBackgroundIsBlack)