CMS 3D CMS Logo

higgsToZZ4Leptons_HLTPaths_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 import copy
5 higgsToZZ4LeptonsHLTFilter = copy.deepcopy(hltHighLevel)
6 higgsToZZ4LeptonsHLTFilter.HLTPaths = ['HLT_IsoMu11', 'HLT_Mu15_L1Mu7', 'HLT_DoubleMu3', 'HLT_IsoEle15_L1I', 'HLT_IsoEle18_L1R',
7  'HLT_DoubleIsoEle10_L1I', 'HLT_DoubleIsoEle12_L1R']
8