32 char prev = std::cout.fill();
33 std::cout <<
"<I> V21a module mask 0x" << std::setfill(
'0') << std::setw(8) << std::right << std::hex <<
modulemask
34 << std::setfill(prev) << std::dec << std::endl;
115 | (((detInfo.
fSMtype) & maskarray[2]) << shiftarray[2]) | (((detInfo.
fSModule) & maskarray[1]) << shiftarray[1])
116 | (((detInfo.
fCounter) & maskarray[3]) << shiftarray[3]) | (((detInfo.
fGap) & maskarray[4]) << shiftarray[4])
117 | (((detInfo.
fCell) & maskarray[5]) << shiftarray[5]) | (((detInfo.
fCounterType) & maskarray[6]) << shiftarray[6]));
int32_t maskarray[array_length]
int32_t GetStrip(const int32_t detectorId)
int32_t GetGap(const int32_t detectorId)
static const int32_t bitarray[]
int32_t GetSMType(const int32_t detectorId)
int32_t GetSide(const int32_t detectorId)
int32_t GetRegion(const int32_t detectorId)
int32_t GetCounterType(const int32_t detectorId)
int32_t GetSModule(const int32_t detectorId)
int32_t GetModuleType(const int32_t detectorId)
int32_t result_array[array_length]
int32_t GetModuleId(const int32_t detectorId)
int32_t GetSystemId(int32_t detectorId)
int32_t GetCellId(const int32_t detectorId)
CbmTofDetectorInfo GetDetectorInfo(const int32_t detectorId)
static const int32_t shiftarray[]
int32_t GetCounter(const int32_t detectorId)
static const int32_t array_length
int32_t GetCell(const int32_t detectorId)