Skip to content

Move eVeto WP algorithm to a unique config in tauReco

Currently the eVeto WP algorithm is scheduled both in RAW->All and in the derivations, with two separate instances:

  • TauWPDecoratorEleRNNCfg -> run in RAW->All
  • TauWPDecoratorEleRNNFixCfg -> run in derivations

Since the underlying running tool is the same in both instances, this MR is merging the two instances in a unique python sequence that is setting up the different options based on the "ProductionStep" flag.

Note: this is a bugfix for the MuonRM taus since this collection is entirely built at derivation level but it runs both the eVeto WP sequences

Tagging @martindl and @qidong

Edited by Antonio De Maria

Merge request reports

Loading