CMS 3D CMS Logo

L1TSync_Offline_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # filter to select HLT events
5 
6 l1tSyncHltFilter = hltHighLevel.clone(
7  TriggerResultsTag ="TriggerResults::HLT",
8  throw = False,
9  HLTPaths = ['HLT_ZeroBias_v*',
10  'HLT_L1ETM30_v*',
11  'HLT_L1MultiJet_v*',
12  'HLT_L1SingleEG12_v',
13  'HLT_L1SingleEG5_v*',
14  'HLT_L1SingleJet16_v*',
15  'HLT_L1SingleJet36_v*',
16  'HLT_L1SingleMu10_v*',
17  'HLT_L1SingleMu20_v*'
18  ]
19 )
20 # L1 synchronization DQM module
22 
23