CMS 3D CMS Logo

Functions
PXFDetId.cc File Reference
#include "DataFormats/SiPixelDetId/interface/PXFDetId.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const PXFDetId &id)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const PXFDetId id 
)

Definition at line 8 of file PXFDetId.cc.

8  {
9  return os << "(PixelEndcap " << id.disk() << ',' << id.blade() << ',' << id.panel() << ',' << id.module() << ')';
10 }