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