CMS 3D CMS Logo

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