Skip to content
Snippets Groups Projects

AnalysisTop: Using Run3 muon SF recommendations when running on run 3

Merged Tomas Dado requested to merge tdado/athena:AnalysisTop-MuonRun3Recommendations into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -297,6 +297,10 @@ namespace top {
@@ -297,6 +297,10 @@ namespace top {
top::check(asg::setProperty(tool, "CustomInputFolder", m_config->muonSFCustomInputFolder()),
top::check(asg::setProperty(tool, "CustomInputFolder", m_config->muonSFCustomInputFolder()),
"Failed to set CustomInputFolder property for MuonEfficiencyScaleFactors tool");
"Failed to set CustomInputFolder property for MuonEfficiencyScaleFactors tool");
}
}
 
if (m_config->isRun3()) {
 
top::check(asg::setProperty(tool, "CalibrationRelease", "220817_Preliminary_r22run3"),
 
"Failed to set CalibrationRelease property for MuonEfficiencyScaleFactors tool");
 
}
if (!isIso) {
if (!isIso) {
top::check(asg::setProperty(tool, "BreakDownSystematics", m_config->muonBreakDownSystematics()),
top::check(asg::setProperty(tool, "BreakDownSystematics", m_config->muonBreakDownSystematics()),
Loading