CMS 3D CMS Logo

L1MuonRegion_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 RegionPSet = cms.PSet(
4  originHalfLength = cms.double(15.9),
5  originRadius = cms.double(0.1),
6  originYPos = cms.double(0.0),
7  ptMin = cms.double(10.0),
8  originXPos = cms.double(0.0),
9  originZPos = cms.double(0.0)
10 )
11 
12