Skip to content

RecExCommon: some cleanup of RecExCommon_topOptions

Frank Winklmeier requested to merge fwinkl/athena:recexcommon_cleanup into master

Some minimal cleanup of RecExCommon_topOptions.py to be able to make maintenance at least slightly easier:

  • remove dead configuration code (CBNT, MuonBoy, Atlfast)
  • delete commented code
  • apply flake8 fixes
  • remove backwards compatible try...except code
  • remove Python2 compatibility code (printfunc)
  • remove the disableRPC global flag
  • remove code for includes that no longer exist

Merge request reports