Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated HLT paths for skims according to the final PbPb menu #12492

Merged
merged 1 commit into from Nov 19, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Configuration/Skimming/python/HI_BJetSkim_cff.py
Expand Up @@ -3,7 +3,7 @@
# HLT jet trigger
import HLTrigger.HLTfilters.hltHighLevel_cfi
hltJetHI = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()
hltJetHI.HLTPaths = ["HLT_PuAK4CaloBJetCSV80_Eta2p1_v*"]
hltJetHI.HLTPaths = ["HLT_HIPuAK4CaloBJetCSV80_Eta2p1_v*"]
hltJetHI.throw = False
hltJetHI.andOr = True

Expand Down
2 changes: 1 addition & 1 deletion Configuration/Skimming/python/HI_D0MesonSkim_cff.py
Expand Up @@ -2,7 +2,7 @@

import HLTrigger.HLTfilters.hltHighLevel_cfi
hltDmeson60 = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()
hltDmeson60.HLTPaths = ["HLT_DmesonHITrackingGlobal_Dpt60_v*"]
hltDmeson60.HLTPaths = ["HLT_HIDmesonHITrackingGlobal_Dpt60_v*"]
hltDmeson60.throw = False
hltDmeson60.andOr = True

Expand Down
2 changes: 1 addition & 1 deletion Configuration/Skimming/python/HI_HighPtJetSkim_cff.py
Expand Up @@ -3,7 +3,7 @@
# HLT jet trigger
import HLTrigger.HLTfilters.hltHighLevel_cfi
hltHIJet150 = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()
hltHIJet150.HLTPaths = ["HLT_PuAK4CaloJet150_Eta2p1_v*"]
hltHIJet150.HLTPaths = ["HLT_HIPuAK4CaloJet150_Eta5p1_v*"]
hltHIJet150.throw = False
hltHIJet150.andOr = True

Expand Down
2 changes: 1 addition & 1 deletion Configuration/Skimming/python/HI_MinBiasSkim_cff.py
Expand Up @@ -3,7 +3,7 @@
# HLT dimuon trigger
import HLTrigger.HLTfilters.hltHighLevel_cfi
hltMinBiasHI = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()
hltMinBiasHI.HLTPaths = ["HLT_L1MinimumBiasHF2AND_v*"]
hltMinBiasHI.HLTPaths = ["HLT_HIL1MinimumBiasHF2AND_v*"]
hltMinBiasHI.throw = False
hltMinBiasHI.andOr = True

Expand Down