CMS 3D CMS Logo

GluedDetFromDetUnit.h
Go to the documentation of this file.
2 
3 DetId gluedId(const DetId& du) {
4  unsigned int mask = ~3; // mask the last two bits
5  return DetId(du.rawId() & mask);
6 }
DetId
Definition: DetId.h:17
DetId::rawId
constexpr uint32_t rawId() const
get the raw id
Definition: DetId.h:57
DetId.h
gluedId
DetId gluedId(const DetId &du)
Definition: GluedDetFromDetUnit.h:3