Skip to content

Commit

Permalink
Updated HLT paths for skims according to the final PbPb menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrenguyen committed Nov 19, 2015
1 parent b3785a8 commit a267b33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Configuration/Skimming/python/HI_BJetSkim_cff.py
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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

0 comments on commit a267b33

Please sign in to comment.