CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/MuonAnalysis/Configuration/python/muonL1_SkimPath_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # this is just Juan's sequence to select l1 muons
00004 from MuonAnalysis.Configuration.muonL1_cfi import *
00005 muonL1Path = cms.Path(muonL1)
00006