CMS 3D CMS Logo

Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/DataFormats/SiPixelDetId/src/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 12 of file PXBDetId.cc.

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