#include "DataFormats/SiPixelDetId/interface/PXFDetId.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const PXFDetId &id) |
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 }