CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonTrackingRegionCommon_cff.py
Go to the documentation of this file.
2 
3 MuonTrackingRegionCommon = cms.PSet(
4  MuonTrackingRegionBuilder = cms.PSet(
5  # Upper limits on regions eta and phi size. Be careful changing these
6  # you are changing the parametrization
7  EtaR_UpperLimit_Par1 = cms.double(0.25),
8  Eta_fixed = cms.double(0.2),
9  # -1. : nothing is made on demand
10  # 0.0 : strip only are made on demand
11  # 1.0 : strip and pixel are made on demand
12  OnDemand = cms.double(-1.0),
13  beamSpot = cms.InputTag("offlineBeamSpot"),
14  Rescale_Dz = cms.double(3.0), ## Delta Z from tracker
15 
16  Eta_min = cms.double(0.1), ## Lower limit to the region eta
17 
18  Rescale_phi = cms.double(3.0), ## Rescale Error in Phi
19 
20  DeltaR = cms.double(0.2), ## geometrical constraint
21 
22  DeltaZ_Region = cms.double(15.9), ## half interaction region
23 
24  Rescale_eta = cms.double(3.0), ## Rescale Error in Eta
25 
26  PhiR_UpperLimit_Par2 = cms.double(0.2),
27  vertexCollection = cms.InputTag("pixelVertices"),
28  Phi_fixed = cms.double(0.2),
29  EscapePt = cms.double(1.5), ## Min pt to escape traker
30 
31  UseFixedRegion = cms.bool(False), ## Use a fixed region size
32 
33  PhiR_UpperLimit_Par1 = cms.double(0.6),
34  EtaR_UpperLimit_Par2 = cms.double(0.15),
35  Phi_min = cms.double(0.1), ## Lower limit to the region phi
36 
37  UseVertex = cms.bool(False), ## use reconstructed vertex instead of beamspot
38  MeasurementTrackerName = cms.string("")
39  )
40 )
41 
42