CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 11 of file PXFDetId.cc.

11  {
12  return os << "(PixelEndcap "
13  << id.disk() << ','
14  << id.blade() << ','
15  << id.panel() << ','
16  << id.module() << ')';
17 }