TPC interpolation use correct global track index#8360
TPC interpolation use correct global track index#8360shahor02 merged 1 commit intoAliceO2Group:devfrom
Conversation
|
thx, don't have time to double-check but fix seems trivial. Let's get this into tomorrow's build. |
Fine with me. I have tried with your tmp-fst13 data set and with a small simulation I did myself |
|
Hi @davidrohr could you maybe merge this? At least the fullCI is green. And I see that other PRs are also failing because of the track interpolation: https://ali-ci.cern.ch/alice-build-logs/AliceO2Group/AliceO2/8362/f5e48d2b5a3f71475c00bf78308bf059ef328111/build_O2_fullCI/pretty.html |
shahor02
left a comment
There was a problem hiding this comment.
Fixes are trivial, merging
@davidrohr this fixes the crash of the track interpolation. For ITS-TPC-TRD-TOF tracks the index in the
GlobalIDSetwhich is filled by theRecoContainer::getSingleDetectorRefs()method puts the GID of the global track into the TRD slot, since no standalone TRD track exists. With that index one cannot request the TRD track. One has to use the reference for the ITS-TPC-TRD track instead.I think at that time of the development there was an issue with the TOF matching which lead to the fact that there were no ITS-TPC-TRD-TOF tracks existing and that is why I did not see it.