Bug fix in JetReclusteringAlg for running systematic variations
It was reported by @dbabal that JetReclusteringAlg
crashes when running with systematic variations.
The crash is due to missing reclustered jet collections from systematic variations in the AsgSelectionAlg
following JetReclusteringAlg
for selecting the reclustered jets. JetReclusteringAlg
breaks the systematic loop here if no input jets pass the preselection. Instead it should continue the loop for other systematic variations.