Skip to content

Removing hard-coded supported jet collections from BtaggingSelectionTool

Jonathan Shlomi requested to merge (removed):ftagseltoolupdate into 21.2

Previously there was a list of possible jet collections and taggers hard coded in the tool. with the changes in https://its.cern.ch/jira/browse/ATLASDPD-1334 its required to add support for new jet collections, but instead of adding these jet collections by hand, it makes more sense to remove this hard-coded list, and instead check in the CDI file that is loaded if the requested jet collection and tagger are available.

Merge request reports