Skip to content

Correction of a small bug in KF jet selection logic

Federico Montereali requested to merge fmontere_KF_easyjet into master

Correction of a small bug in KF jet selection logic: all non-candidate jets were considered as additional jets and the cut sizeAddJets >= 4 in KinematicFitEvent.cxx removed removed (and did not correct) also the events that instead were ok in the analysis cutflow where there is the cut < 6 central jets. Now the sizeAddJets >= 4 cut works correctly only on the number of central jets.

Merge request reports