Skip to content

Commit

Permalink
Merge pull request #119 from cp3-llbb/fix-hlts
Browse files Browse the repository at this point in the history
Ensure usage of unprescaled triggers
  • Loading branch information
swertz authored Jan 26, 2017
2 parents b51ccaa + 6c58cbd commit a57094a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions data/triggers.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<triggers>
<!-- MC + Run 2016 -->
<!-- Paths from https://twiki.cern.ch/twiki/bin/view/CMS/TopTrigger#Summary_for_2016_Run2016B_H_25_n -->
<runs from="0" to="999999">
<!-- Double mu -->
<path>HLT_Mu17_TrkIsoVVL_(Tk)?Mu8_TrkIsoVVL_v.*</path>
<path>HLT_Mu17_TrkIsoVVL_(Tk)?Mu8_TrkIsoVVL_DZ_v.*</path>
<!-- Double ele -->
<path>HLT_Ele23_Ele12_CaloIdL_TrackIdL_IsoVL_DZ_v.*</path>
<!-- Muon + electron -->
<path>HLT_Mu23_TrkIsoVVL_Ele12_CaloIdL_TrackIdL_IsoVL_v.*</path>
<path>HLT_Mu8_TrkIsoVVL_Ele23_CaloIdL_TrackIdL_IsoVL_v.*</path>
<path>HLT_Mu23_TrkIsoVVL_Ele12_CaloIdL_TrackIdL_IsoVL(_DZ)?_v.*</path>
<!-- Electron + muon -->
<path>HLT_Mu(8|12)_TrkIsoVVL_Ele23_CaloIdL_TrackIdL_IsoVL(_DZ)?_v.*</path>
</runs>
</triggers>

0 comments on commit a57094a

Please sign in to comment.