RecoTracker
DebugTools
plugins
GluedDetFromDetUnit.h
Go to the documentation of this file.
1
#include "
DataFormats/DetId/interface/DetId.h
"
2
3
DetId
gluedId
(
const
DetId
& du) {
4
unsigned
int
mask = ~3;
// mask the last two bits
5
return
DetId
(du.
rawId
() & mask);
6
}
DetId
Definition:
DetId.h:17
DetId::rawId
constexpr uint32_t rawId() const
get the raw id
Definition:
DetId.h:57
DetId.h
gluedId
DetId gluedId(const DetId &du)
Definition:
GluedDetFromDetUnit.h:3
Generated for CMSSW Reference Manual by
1.8.16