Skip to content

HLTMPPU schema: remove obsolete attributes

Frank Winklmeier requested to merge fwinkl/HLTPUDal:HLTImplJO into master

Remove several obsolete attributes in the HLTMPPU schema.

HLTImplementationJobOptions:

  • showInclude, tracePattern: obsolete as the same can be achieved via a preCommand and/or running in athenaHLT.py
  • evtSel: there is no realistic use-case for defining a different event selector.

HLTCommonParameters:

  • dllName, factoryName: This was meant to be used in order to load an alternative library with the ApplicationMgr, which was never used.

@wiedenat @cyildiz @rbielski please let me know if you see a problem with this.

Edited by Frank Winklmeier

Merge request reports