CMS 3D CMS Logo

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