CMS 3D CMS Logo

Functions
GluedDetFromDetUnit.h File Reference
#include "DataFormats/DetId/interface/DetId.h"

Go to the source code of this file.

Functions

DetId gluedId (const DetId &du)
 

Function Documentation

◆ gluedId()

DetId gluedId ( const DetId du)

Definition at line 3 of file GluedDetFromDetUnit.h.

3  {
4  unsigned int mask = ~3; // mask the last two bits
5  return DetId(du.rawId() & mask);
6 }

References DetId::rawId().

Referenced by CkfDebugger::analyseRecHitExistance(), and CkfDebugger::analyseRecHitNotFound().

DetId
Definition: DetId.h:17
DetId::rawId
constexpr uint32_t rawId() const
get the raw id
Definition: DetId.h:57