Skip to content
Snippets Groups Projects
Commit b764a405 authored by Julien Maurer's avatar Julien Maurer Committed by Frank Winklmeier
Browse files

TrigGlobalEfficiencyCorrectionTool: remove map entries with default SF

TrigGlobalEfficiencyCorrectionTool: remove map entries with default SF
parent 834f773b
No related branches found
No related tags found
No related merge requests found
......@@ -700,7 +700,14 @@ bool ImportData::suggestEgammaMapKeys(const std::map<std::string,std::string>& t
legsPerKey.emplace(std::to_string(legsPerKey.size()), m_dictionary.at(kv.first));
}
}
for (auto& [key, legs]: legsPerKey)
{
if (key == ITrigGlobalEfficiencyCorrectionTool::toolnameForDefaultScaleFactor())
{
ATH_MSG_WARNING("Some of the requested triggers will result in "
"a default scale factor of 1 being returned");
}
}
if(!success) legsPerKey.clear();
return success;
}
......
......@@ -183,9 +183,3 @@
2022 e17_lhvloose_L1EM15VHI 2022_e17_lhvloose
2022 e24_lhvloose 2022_e24_lhvloose
2022 e24_lhvloose_L1EM20VH 2022_e24_lhvloose
2023 e26_lhtight_ivarloose_L1eEM26M RETURN_DEFAULT_SCALE_FACTOR
2023 e60_lhmedium_L1eEM26M RETURN_DEFAULT_SCALE_FACTOR
2023 e140_lhloose_L1eEM26M RETURN_DEFAULT_SCALE_FACTOR
2023 e17_lhvloose_L1eEM18M RETURN_DEFAULT_SCALE_FACTOR
2023 e24_lhvloose_L1eEM24L RETURN_DEFAULT_SCALE_FACTOR
2023 e12_lhvloose_L1eEM12L RETURN_DEFAULT_SCALE_FACTOR
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