CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 }
uint32_t rawId() const
get the raw id
Definition: DetId.h:45
Definition: DetId.h:20
DetId gluedId(const DetId &du)