CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 8 of file PXBDetId.cc.

8  {
9  return os << "(PixelBarrel " << id.layer() << ',' << id.ladder() << ',' << id.module() << ')';
10 }