CMS 3D CMS Logo

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.

00012                                                           {
00013   return os << "(PixelBarrel " 
00014            << id.layer() << ',' 
00015            << id.ladder() << ',' 
00016            << id.module() << ')'; 
00017 }


Generated on Tue Jun 9 17:52:16 2009 for CMSSW by  doxygen 1.5.4