Skip to content
Snippets Groups Projects

Sweeping !39426 from 21.2 to master. AnalysisTop: Implementation of anti-muon shape systematics - ANALYSISTO-1044

Merged Sweeping !39426 from 21.2 to master. AnalysisTop: Implementation of anti-muon shape systematics - ANALYSISTO-1044
Merged Atlas Nightlybuild requested to merge cherry-pick-7226bab72c2-master into master
6 files
+ 137
33
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -92,10 +92,8 @@ namespace top {
///-- Muons --///
if (topConfig->useMuons()) {
if (topConfig->useAntiMuons()) objectSelection->muonSelection(new top::AntiMuonMC15(topConfig->muonPtcut(),
new top::StandardIsolation(
topConfig->muonIsolation(),
topConfig->
muonIsolationLoose())));
new top::AntiMuonIsolation(
topConfig->muonIsolation())));
else objectSelection->muonSelection(new top::MuonMC15(topConfig->muonPtcut(),
new top::StandardIsolation(topConfig->muonIsolation(),
topConfig->muonIsolationLoose()),
Loading