CMS 3D CMS Logo

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