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 273 of file PPSPixelTopology.cc.

References info(), and contentValuesCheck::ss.

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