CMS 3D CMS Logo

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 11 of file PXFDetId.cc.

00011                                                           {
00012   return os << "(PixelEndcap " 
00013            << id.disk() << ',' 
00014            << id.blade()  << ',' 
00015            << id.panel()  << ',' 
00016            << id.module()   << ')'; 
00017 }


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