CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoMuon/GlobalTrackingTools/python/MuonTrackingRegionCommon_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 MuonTrackingRegionCommon = cms.PSet(
00004     MuonTrackingRegionBuilder = cms.PSet(
00005         # Upper limits on regions eta and phi size. Be careful changing these
00006         # you are changing the parametrization
00007         EtaR_UpperLimit_Par1 = cms.double(0.25),
00008         Eta_fixed = cms.double(0.2),
00009         # -1. : nothing is made on demand
00010         # 0.0 : strip only are made on demand
00011         # 1.0 : strip and pixel are made on demand
00012         OnDemand = cms.double(-1.0),
00013         beamSpot = cms.InputTag("offlineBeamSpot"),
00014         Rescale_Dz = cms.double(3.0), ## Delta Z from tracker
00015 
00016         Eta_min = cms.double(0.1), ## Lower limit to the region eta
00017 
00018         Rescale_phi = cms.double(3.0), ## Rescale Error in Phi
00019 
00020         DeltaR = cms.double(0.2), ## geometrical constraint
00021 
00022         DeltaZ_Region = cms.double(15.9), ## half interaction region
00023 
00024         Rescale_eta = cms.double(3.0), ## Rescale Error in Eta
00025 
00026         PhiR_UpperLimit_Par2 = cms.double(0.2),
00027         vertexCollection = cms.InputTag("pixelVertices"),
00028         Phi_fixed = cms.double(0.2),
00029         EscapePt = cms.double(1.5), ## Min pt to escape traker
00030 
00031         UseFixedRegion = cms.bool(False), ## Use a fixed region size
00032 
00033         PhiR_UpperLimit_Par1 = cms.double(0.6),
00034         EtaR_UpperLimit_Par2 = cms.double(0.15),
00035         Phi_min = cms.double(0.1), ## Lower limit to the region phi
00036 
00037         UseVertex = cms.bool(False), ## use reconstructed vertex instead of beamspot
00038         MeasurementTrackerName = cms.string("")
00039     )
00040 )
00041 
00042