CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/RecoTracker/DebugTools/interface/GluedDetFromDetUnit.h

Go to the documentation of this file.
00001 #include "DataFormats/DetId/interface/DetId.h"
00002 
00003 DetId gluedId( const DetId& du) 
00004 {
00005   unsigned int mask = ~3; // mask the last two bits
00006   return DetId( du.rawId() & mask);
00007 }