CMS 3D CMS Logo

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 

Generated on Tue Jun 9 17:34:20 2009 for CMSSW by  doxygen 1.5.4