CMS 3D CMS Logo

PXFDetId.cc
Go to the documentation of this file.
2 
4 
5 PXFDetId::PXFDetId(uint32_t rawid) : DetId(rawid) {}
6 PXFDetId::PXFDetId(const DetId& id) : DetId(id.rawId()) {}
7 
8 std::ostream& operator<<(std::ostream& os, const PXFDetId& id) {
9  return os << "(PixelEndcap " << id.disk() << ',' << id.blade() << ',' << id.panel() << ',' << id.module() << ')';
10 }
std::ostream & operator<<(std::ostream &os, const PXFDetId &id)
Definition: PXFDetId.cc:8
constexpr uint32_t rawId() const
get the raw id
Definition: DetId.h:50
Definition: DetId.h:18
PXFDetId()
Definition: PXFDetId.cc:3