00001 import FWCore.ParameterSet.Config as cms 00002 00003 import copy 00004 from HLTrigger.HLTfilters.hltHighLevel_cfi import * 00005 topDiLeptonMuonXHLT = copy.deepcopy(hltHighLevel) 00006 topDiLeptonMuonXHLT.HLTPaths = ['HLT_Mu15_L1Mu7', 'HLT_DoubleMu3', 'HLT_IsoEle10_Mu10_L1R'] 00007