#include "DataFormats/DetId/interface/DetId.h"
Go to the source code of this file.
Functions | |
DetId | gluedId (const DetId &du) |
Definition at line 3 of file GluedDetFromDetUnit.h.
References DetId::rawId().
Referenced by CkfDebugger::analyseRecHitExistance(), and CkfDebugger::analyseRecHitNotFound().
00004 { 00005 unsigned int mask = ~3; // mask the last two bits 00006 return DetId( du.rawId() & mask); 00007 }