CMS 3D CMS Logo

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

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 }


Generated on Tue Jun 9 17:55:39 2009 for CMSSW by  doxygen 1.5.4