Remove systematics-application of AsymptMatrixTool in AnalysisTop
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.
Edited by Fabio Cardillo