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)