Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74596
b: "refs/heads/CMSSW_7_1_X"
c: d016e57
h: "refs/heads/CMSSW_7_1_X"
v: v3
  • Loading branch information
Rachel Bartek committed Oct 2, 2009
1 parent f74466a commit b4a67ce
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 6e10bf23d9038241bbe1554bb9bd06958f652307
"refs/heads/CMSSW_7_1_X": d016e5755607189a2c6e9c717bf29409a77baf80
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import copy
from HLTrigger.HLTfilters.hltHighLevel_cfi import *
heavyChHiggsToTauNuHLTFilter = copy.deepcopy(hltHighLevel)
heavyChHiggsToTauNuHLTFilter.TriggerResultsTag = cms.InputTag("TriggerResults","","HLT8E29")

#CMSSW_2_2_X:
#heavyChHiggsToTauNuHLTFilter.HLTPaths = ['HLT_IsoTau_MET65_Trk20']
#8E29:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
higgsToZZ4LeptonsHLTAnalysis = cms.EDProducer("HiggsToZZ4LeptonsHLTAnalysis",
ElectronCollectionLabel = cms.InputTag("gsfElectrons"),
##Summer08
HLTPaths = cms.vstring('HLT_LooseIsoEle15_LW_L1R', 'HLT_DoubleEle10_LW_OnlyPixelM_L1R', 'HLT_IsoMu9', 'HLT_DoubleMu3'),
# HLTPaths = cms.vstring('HLT_LooseIsoEle15_LW_L1R', 'HLT_DoubleEle10_LW_OnlyPixelM_L1R', 'HLT_IsoMu9', 'HLT_DoubleMu3'),
##STARTUP 31X
#HLTPaths = cms.vstring('HLT_Ele10_LW_EleId_L1R', 'HLT_DoubleEle5_SW__L1R', 'HLT_Mu9', 'HLT_DoubleMu3'),
HLTPaths = cms.vstring('HLT_Ele10_LW_EleId_L1R', 'HLT_DoubleEle5_SW_L1R', 'HLT_Mu9', 'HLT_DoubleMu3'),
##IDEAL 31X
#HLTPaths = cms.vstring('HLT_Ele15_SW_LooseTrackIso_L1R', 'HLT_DoubleEle10_SW_L1R', 'HLT_IsoMu9', 'HLT_DoubleMu3'),
andOr = cms.bool(True),
MuonCollectionLabel = cms.InputTag("muons"),
TriggerResultsTag = cms.InputTag("TriggerResults","","HLT")
TriggerResultsTag = cms.InputTag("TriggerResults","","HLT8E29")
)


Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
DebugHiggsToZZ4LeptonsSkim = cms.bool(False),

# Collection to be accessed
ElectronCollectionLabel = cms.InputTag("pixelMatchGsfElectrons"),
ElectronCollectionLabel = cms.InputTag("gsfElectrons"),
MuonCollectionLabel = cms.InputTag("muons"),

# Pt thresholds for leptons
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
from HLTrigger.HLTfilters.hltHighLevel_cfi import *
import HLTrigger.HLTfilters.hltHighLevel_cfi
higgsToZZ4LeptonsHLTFilter = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()
higgsToZZ4LeptonsHLTFilter.TriggerResultsTag = cms.InputTag("TriggerResults","","HLTreprocess")
higgsToZZ4LeptonsHLTFilter.TriggerResultsTag = cms.InputTag("TriggerResults","","HLT8E29")
#Summer08
higgsToZZ4LeptonsHLTFilter.HLTPaths = cms.vstring('HLT_LooseIsoEle15_LW_L1R', 'HLT_DoubleEle10_LW_OnlyPixelM_L1R', 'HLT_IsoMu9', 'HLT_DoubleMu3')
#higgsToZZ4LeptonsHLTFilter.HLTPaths = cms.vstring('HLT_LooseIsoEle15_LW_L1R', 'HLT_DoubleEle10_LW_OnlyPixelM_L1R', 'HLT_IsoMu9', 'HLT_DoubleMu3')
##STARTUP 31X
#higgsToZZ4LeptonsHLTFilter.HLTPaths = cms.vstring('HLT_Ele10_LW_EleId_L1R', 'HLT_DoubleEle5_SW__L1R', 'HLT_Mu9', 'HLT_DoubleMu3')
#higgsToZZ4LeptonsHLTFilter.HLTPaths = cms.vstring('HLT_Ele10_LW_EleId_L1R', 'HLT_DoubleEle5_SW_L1R', 'HLT_Mu9', 'HLT_DoubleMu3')
##IDEAL 31X
#higgsToZZ4LeptonsHLTFilter.HLTPaths = cms.vstring('HLT_Ele15_SW_LooseTrackIso_L1R', 'HLT_DoubleEle10_SW_L1R', 'HLT_IsoMu9', 'HLT_DoubleMu3')
higgsToZZ4LeptonsHLTFilter.andOr = cms.bool(True)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from HLTrigger.HLTanalyzers.hlTrigReport_cfi import *
import HLTrigger.HLTanalyzers.hlTrigReport_cfi
hltReport = HLTrigger.HLTanalyzers.hlTrigReport_cfi.hlTrigReport.clone()
hltReport.HLTriggerResults = cms.InputTag("TriggerResults","","HLT")
hltReport.HLTriggerResults = cms.InputTag("TriggerResults","","HLT8E29")

higgsToZZ4LeptonsSequence = cms.Sequence(
higgsToZZ4LeptonsHLTAnalysis +
Expand Down

0 comments on commit b4a67ce

Please sign in to comment.