From 89d020021f56c76ef389326c979dd6dbbcb59a7e Mon Sep 17 00:00:00 2001 From: Andrew Hart Date: Tue, 20 Mar 2018 14:55:22 -0400 Subject: [PATCH] Added a channel for skimming events where the tag-jet invariant mass is near the Z mass. --- .../python/MuonTagProbeSelections.py | 3 +++ BackgroundEstimation/python/config_cfg.py | 15 ++++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/BackgroundEstimation/python/MuonTagProbeSelections.py b/BackgroundEstimation/python/MuonTagProbeSelections.py index bd0963d4..f169aded 100644 --- a/BackgroundEstimation/python/MuonTagProbeSelections.py +++ b/BackgroundEstimation/python/MuonTagProbeSelections.py @@ -116,6 +116,9 @@ ZtoMuDummyTrk.name = cms.string("ZtoMuDummyTrk") addCuts(ZtoMuDummyTrk.cuts, [cutTrkDummy]) +ZtoMuDummyTrkWithJetFilter = copy.deepcopy(ZtoMuDummyTrk) +ZtoMuDummyTrkWithJetFilter.name = cms.string("ZtoMuDummyTrkWithJetFilter") + ZtoMuProbeTrk = copy.deepcopy (ZtoMuProbeTrkWithZCuts) ZtoMuProbeTrk.name = cms.string ("ZtoMuProbeTrk") removeCuts (ZtoMuProbeTrk.cuts, [cutMuonArbitration, cutMuTrkInvMass10, cutTrkArbitration, cutMuTrkInvMass80To100, cutMuTrkOS]) diff --git a/BackgroundEstimation/python/config_cfg.py b/BackgroundEstimation/python/config_cfg.py index 1bc2ef00..0328f58c 100644 --- a/BackgroundEstimation/python/config_cfg.py +++ b/BackgroundEstimation/python/config_cfg.py @@ -104,13 +104,14 @@ # add_channels (process, [MuonFiducialCalcAfter], histSetsMuon, weightsWithMuonSF, scaleFactorProducersWithMuons, collectionMap, variableProducers, False) # Tag-and-probe channels for muon background estimate -# add_channels (process, [ZtoMuDummyTrk], histSetsMuon, weightsWithMuonSF, scaleFactorProducersWithMuons, collectionMap, variableProducers + muonTPProducer, False) -# add_channels (process, [ZtoMuProbeTrk], histSetsMuon, weightsWithMuonSF, scaleFactorProducersWithMuons, collectionMap, variableProducers + muonTPProducer, False) -# add_channels (process, [ZtoMuProbeTrkWithFilter], histSetsMuon, weightsWithMuonSF, scaleFactorProducersWithMuons, collectionMap, variableProducers + muonTPProducer, True) -# add_channels (process, [ZtoMuProbeTrkWithSSFilter], histSetsMuon, weightsWithMuonSF, scaleFactorProducersWithMuons, collectionMap, variableProducers + muonTPProducer, True) -# add_channels (process, [ZtoMuProbeTrkBeforeArbitration], histSetsMuon, weightsWithMuonSF, scaleFactorProducersWithMuons, collectionMap, variableProducers, False) -# add_channels (process, [ZtoMuProbeTrkWithZCuts], histSetsMuon, weightsWithMuonSF, scaleFactorProducersWithMuons, collectionMap, variableProducers, False) -# add_channels (process, [ZtoMuDisTrk], histSetsMuon, weightsWithMuonSF, scaleFactorProducersWithMuons, collectionMap, variableProducers, True) +# add_channels (process, [ZtoMuDummyTrk], histSetsMuon, weightsWithMuonSF, scaleFactorProducersWithMuons, collectionMap, variableProducers + muonTPProducer, False) +# add_channels (process, [ZtoMuDummyTrkWithJetFilter], histSetsMuon, weightsWithMuonSF, scaleFactorProducersWithMuons, collectionMap, variableProducers + muonTPProducer, True) +# add_channels (process, [ZtoMuProbeTrk], histSetsMuon, weightsWithMuonSF, scaleFactorProducersWithMuons, collectionMap, variableProducers + muonTPProducer, False) +# add_channels (process, [ZtoMuProbeTrkWithFilter], histSetsMuon, weightsWithMuonSF, scaleFactorProducersWithMuons, collectionMap, variableProducers + muonTPProducer, True) +# add_channels (process, [ZtoMuProbeTrkWithSSFilter], histSetsMuon, weightsWithMuonSF, scaleFactorProducersWithMuons, collectionMap, variableProducers + muonTPProducer, True) +# add_channels (process, [ZtoMuProbeTrkBeforeArbitration], histSetsMuon, weightsWithMuonSF, scaleFactorProducersWithMuons, collectionMap, variableProducers, False) +# add_channels (process, [ZtoMuProbeTrkWithZCuts], histSetsMuon, weightsWithMuonSF, scaleFactorProducersWithMuons, collectionMap, variableProducers, False) +# add_channels (process, [ZtoMuDisTrk], histSetsMuon, weightsWithMuonSF, scaleFactorProducersWithMuons, collectionMap, variableProducers, True) # Tag-and-probe channels for tau background estimate # add_channels (process, [ZtoTauToMuProbeTrk], histSetsMuon, weightsWithMuonSF, scaleFactorProducersWithMuons, collectionMap, variableProducers + tauToMuonTPProducer, False)