Skip to content
Snippets Groups Projects
Commit 35efe225 authored by Nils Erik Krumnack's avatar Nils Erik Krumnack
Browse files

Merge branch '21.2-UpdateATToFixPhotonError' into '21.2'

AnalysisTop - Removing TightCaloOnly from photon isolation configuration

See merge request atlas/athena!9063

Former-commit-id: c018490f40fc2f24f73f189025f10b15c16a6f35
parents 06e3d44d cd20c132
No related branches found
No related tags found
No related merge requests found
...@@ -211,8 +211,7 @@ StatusCode EgammaCPTools::setupCalibration() { ...@@ -211,8 +211,7 @@ StatusCode EgammaCPTools::setupCalibration() {
// To retrieve Isolation Eff scale factors // To retrieve Isolation Eff scale factors
// N.B. Naming for isolation working points for AsgPhotonEfficiencyCorrectionTool isolation scale factors // N.B. Naming for isolation working points for AsgPhotonEfficiencyCorrectionTool isolation scale factors
// are different than those for the IsolationCorrectionTool (preceded by FixedCut) // are different than those for the IsolationCorrectionTool (preceded by FixedCut)
std::set<std::string> photon_isolations = {"TightCaloOnly", std::set<std::string> photon_isolations = {"Tight",
"Tight",
"Loose",}; "Loose",};
for (const std::string& isoWP : photon_isolations) { for (const std::string& isoWP : photon_isolations) {
std::string photonIsoSFName = "AsgPhotonEfficiencyCorrectionTool_IsoSF" + isoWP; std::string photonIsoSFName = "AsgPhotonEfficiencyCorrectionTool_IsoSF" + isoWP;
......
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