CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoMuon/TrackerSeedGenerator/python/L1MuonRegion_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 RegionPSet = cms.PSet(
00004     originHalfLength = cms.double(15.9),
00005     originRadius = cms.double(0.1),
00006     originYPos = cms.double(0.0),
00007     ptMin = cms.double(10.0),
00008     originXPos = cms.double(0.0),
00009     originZPos = cms.double(0.0)
00010 )
00011 
00012