20 , fNChannels(nChannels)
23 fPads.resize(nChannels);
31 if (iChannel >=
static_cast<Int_t
>(
fPads.size()) || iChannel < 0) {
32 LOG(error) <<
"iChannel=" << iChannel <<
" fPads.size()=" <<
fPads.size();
39 return fPads[iChannel];
ClassImp(CbmConverterManager)
Interface class to unique address for the MUCH.
static int32_t GetModuleIndex(int32_t address)
static int32_t GetSectorIndex(int32_t address)
static int32_t GetLayerIndex(int32_t address)
static int32_t GetStationIndex(int32_t address)
CbmMuchPad * GetPadByChannelIndex(Int_t iChannel) const
std::vector< CbmMuchPad * > fPads