Skip to content
Snippets Groups Projects
Commit 07d5bb8d authored by Alexandru Bercuci's avatar Alexandru Bercuci
Browse files

using version of DS from MR 1198

parent eb96c7ef
No related branches found
No related tags found
No related merge requests found
......@@ -256,7 +256,7 @@ namespace cbm::algo
UnpackTrd2dChannelPar chanPar;
auto pars = fTrd2dConfig.ChanMap(equip, asic, chan);
chanPar.fPadAddress = std::get<0>(pars); // Pad address for channel
chanPar.fHasPairingR = std::get<1>(pars); // Flag for R or T compoment
chanPar.fMask = std::get<1>(pars); // Flag channel mask
chanPar.fDaqOffset = std::get<2>(pars); // Time calibration parameter
asicPar.fChanParams.push_back(chanPar);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment