[important fix] fix a bug in TCatMWDCTrackingProcessor::FindTrack2D()
you can avoid segmentation fault by this patch. it is occurred because in that method fMatrix was wrongly referred. The correct reference is fMatrix2D. It causes crash because fMatrix is not initialized when TrackingMethod=1 chosen.
parent
c0a7ff3e
Please register or sign in to comment