Skip to content

AnalysisTop: Updating TopBoostedTaggingCPTools to new recommendations

Petr Jacka requested to merge pjacka/athena:21.2-AnalysisTopDev into 21.2
  • Updated TopBoostedTaggingCPTools to the latest recommendations
  • Improved flexibility:
    • User can choose an arbitrary set of available taggers from the top config file
    • LargeRToptaggingConfigFile option is replaced by BoostedJetTagging option
    • Usage:
      • BoostedJetTagging <TAGGER_TYPE>:<Tagger short name>
      • <TAGGER_TYPE> corresponds to TAGGER_TYPE in the BoostedJetTaggingRecommendationFullRun2 twiki. is the same as it is used in the boosted jet tagging tools to decorate large-R jets.
      • Multiple taggers definition (works also w/o commas): BoostedJetTagging JSSWTopTaggerDNN:DNNTaggerTopQuarkInclusive80, JSSWTopTaggerDNN:DNNTaggerTopQuarkContained50, SmoothedWZTagger:SmoothWContained50
      • Output variable: vector<char> ljet_isTagged_<TAGGER_TYPE>_<Tagger short name>
  • validation-cuts.txt and ART tests config files are updated to reflect this change

See ANALYSISTO-793 for more details.

Edited by Petr Jacka

Merge request reports