Skip to content

Remove systematics-application of AsymptMatrixTool in AnalysisTop

Fabio Cardillo requested to merge fcardill/athena:21.2-AT-FBT into 21.2

This MR it to remove the systematics-support of CP::AsymptMatrixTool in AnalysisTop. Systematic uncertainties on the MM weights can be obtained by computing the weights with different input-efficiency files, which can be set in the top-config (separated by ;) The output-branch ASM_weight will be a std::vector<float> with the weights from these input-files. The ASM_sys* branches were removed completely.

Also the top-config option FakesMMIFFDebug should work now (e.g. to see the fake/real efficiencies per lepton if running in DEBUG mode). This did not work in the past.

Tagging @omajersk and @ravinab

Edited by Fabio Cardillo

Merge request reports