#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.
{ return os << "(PixelEndcap " << id.disk() << ',' << id.blade() << ',' << id.panel() << ',' << id.module() << ')'; }