CMS 3D CMS Logo

Classes | Functions
PixelTopologyMap.h File Reference
#include <map>
#include <memory>
#include <iostream>
#include <iomanip>
#include "Geometry/CommonDetUnit/interface/PixelGeomDetUnit.h"
#include "DataFormats/TrackerCommon/interface/TrackerTopology.h"
#include "DataFormats/SiPixelDetId/interface/PixelSubdetector.h"
#include "TrackerGeometry.h"

Go to the source code of this file.

Classes

class  PixelTopologyMap
 

Functions

std::ostream & operator<< (std::ostream &os, PixelTopologyMap map)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
PixelTopologyMap  map 
)
inline

Definition at line 50 of file PixelTopologyMap.h.

References genParticles_cff::map, and contentValuesCheck::ss.

50  {
51  std::stringstream ss;
52  map.printAll(ss);
53  os << ss.str();
54  return os;
55 }