CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/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