CMS 3D CMS Logo

diffWToENuHLTPaths_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 import copy
5 diffWToENuHLTFilter = copy.deepcopy(hltHighLevel)
6 diffWToENuHLTFilter.TriggerResultsTag = cms.InputTag("TriggerResults","","HLT")
7 diffWToENuHLTFilter.HLTPaths = ['HLT1Electron']
8 
hltHighLevel_cfi