Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FunctionAntiKt4EMPFlowJetsAntiKt4UFOCSSKJets
Executable/Athena interfaceBTagTrainingProcessing/bin/ca-dump-regression
Top level configurationconfigs/regression_EMPFlow*.jsonconfigs/regression_UFO.json

Class definitions:

  • SingleBTagAlg.*: C++ entry point, called by dumper.py
    • processSingleBTagEvent.*: templated method to apply tools based on config file
    • SingleBTagTools:
    • SingleBTagConfig:

We are currently using Athena release 23.0.26, this comes before Sam Van Stroud made a series of changes to the SoftElectronTruthDecoratorAlg in FTag tools that mostly broke things (in release 23.0.34 and 23.0.39). Note that Athena needs to be checked out, rather than AnalysisBase.

...