zoglauer/megalib

Track Quality Factor for pair events

Closed this issue · 2 comments

Pair->SetTrackQualityFactor(0.5*((MRETrack *) m_ElectronTrack)->GetQualityFactor() +

0.5*((MRETrack *) m_ElectronTrack)->GetQualityFactor());

Is there a typo in the code above or if the track quality for pair events or is it really supposed to be just the quality of the electron track (independent of the positron track)?

That's a bug. I'll fix it when I am back from vacation.
Thanks, Henrike!

Fixed in master