CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/EventFilter/Cosmics/python/PointingMuon_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltL2MuonPoiting = cms.EDFilter("L2MuonPoiting",
00004     maxZ = cms.double(293.5),
00005     #ecal
00006     radius = cms.double(129.0),
00007     PropagatorName = cms.string('SteppingHelixPropagator'),
00008     SALabel = cms.string('cosmicMuons')
00009 )
00010 
00011