Skip to content

Configuration for two different electron ID menus in run-2 and run-3

The electron ID group is planning to provide separate electron ID menus for run-2 and run-3 because of the different TRT gas conditions. This MR implements the infrastructure to allow for separate menus:

  • adding electron PID enums for the run-2 menu (the old enums will serve as the run-3 menu)
  • pick the appropriate menu in AthDerivation

This means that on the user side the correct menu needs to be specified when running the AsgElectronLikelihoodTool. However, users picking the ID decision from derivation flags don't have to bother.

For the moment (and until we have the menus ready) the current config file is used for both run-2 and run-3, so we won't see any change yet.

I haven't tested the thing, hence the Draft prefix. @gmarchio, let's discuss offline how to validate this.

Cheers, Philip

Also, @turra, @ludovica, @ahadef, @gtarna, let me know if this reflects what we discussed and if you have any other comments

Edited by Philip Sommer

Merge request reports