Skip to content
Commit 9a0b432b authored by Shoichiro KAWASE's avatar Shoichiro KAWASE
Browse files

[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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment