CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/CalibMuon/RPCCalibration/python/l1RPCPaths_cfi.py

Go to the documentation of this file.
00001 import HLTrigger.HLTfilters.hltHighLevel_cfi
00002 
00003 l1RPCHLTFilter = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00004     HLTPaths = ['HLT_L1Mu'],
00005     throw = False #dont throw except on unknown path names
00006 )
00007 
00008