CMS 3D CMS Logo

Classes | Functions
PPSPixelTopology.h File Reference
#include "CondFormats/Serialization/interface/Serializable.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "CondFormats/PPSObjects/interface/CTPPSPixelIndices.h"
#include <cmath>

Go to the source code of this file.

Classes

class  PPSPixelTopology::PixelInfo
 
class  PPSPixelTopology
 

Functions

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

Function Documentation

◆ operator<<()

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

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)