Skip to content
Snippets Groups Projects
Commit d9186640 authored by Timothee Theveneaux-Pelzer's avatar Timothee Theveneaux-Pelzer :vulcan: Committed by Edward Moyse
Browse files

AnalysisTop (main): replace error by warning for exclusion of named btag...

AnalysisTop (main): replace error by warning for exclusion of named btag uncertainties - ANALYSISTO-1333

AnalysisTop (main): replace error by warning for exclusion of named btag uncertainties - ANALYSISTO-1333
parent 34ea95e8
No related branches found
Tags release/24.2.14
7 merge requests!66406ZDC & ZDC LED monitoring updates,!66102ZDC & RPD monitoring update,!65937Draft: Updated post-processing and plotting scripts for 2023 data in ZLumi_Scripts directory,!65537ZDC - Fix problem with swapping of low and high gain data,!64732Add hypo for time-significance based selection of HLT jets,!64579Draft: Replace status() with functions from TruthUtils,!64446AnalysisTop (main): replace error by warning for exclusion of named btag uncertainties - ANALYSISTO-1333
......@@ -168,8 +168,9 @@ namespace top {
"Failed to set b-tagging systematics to exclude from EV treatment");
top::check(btageff->initialize(), "Failed to initialize " + bTagWPName);
// Check the excludedSysts - Cannot check before the tool is initialised
top::check(this->checkExcludedSysts(btageff, m_excluded_systs),
"Incorrect excluded systematics have been provided.");
if (this->checkExcludedSysts(btageff, m_excluded_systs) != StatusCode::SUCCESS) {
ATH_MSG_WARNING("Incorrect excluded systematics have been provided.");
}
m_btagging_efficiency_tools.push_back(btageff);
return StatusCode::SUCCESS;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment