24#ifndef CBMMVDDETECTORID_H
25#define CBMMVDDETECTORID_H 1
55 int32_t iSystem = detectorId & 31;
57 LOG(error) <<
"wrong system ID " << iSystem;
65 int32_t
StationNr(int32_t detectorId)
const {
return ((detectorId & (~31)) >> 5); }
XPU_D constexpr auto ToIntegralType(T enumerator) -> typename std::underlying_type< T >::type
@ kMvd
Micro-Vertex Detector.
virtual ~CbmMvdDetectorId()
int32_t SystemId(int32_t detectorId) const
int32_t DetectorId(int32_t iStation) const
ClassDef(CbmMvdDetectorId, 1)
int32_t StationNr(int32_t detectorId) const