CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Calibration/HcalAlCaRecoProducers/python/isoMuonHLT_cfi.py

Go to the documentation of this file.
00001 import HLTrigger.HLTfilters.hltHighLevel_cfi
00002 
00003 isoMuonHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00004   
00005     HLTPaths = ['HLT_L1MuOpen','HLT_IsoMu11','HLT_L2Mu9','HLT_Mu5','HLT_Mu9'],
00006     throw = False #dont throw except on unknown path name
00007 
00008 )
00009 
00010