CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1MuGMTScales_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 L1MuGMTScales = cms.ESProducer("L1MuGMTScalesProducer",
4  minDeltaPhi = cms.double(-0.1963495),
5  signedPackingDeltaPhi = cms.bool(True),
6  maxOvlEtaDT = cms.double(1.3),
7  nbitPackingOvlEtaCSC = cms.int32(4),
8  scaleReducedEtaDT = cms.vdouble(0.0, 0.22, 0.27, 0.58, 0.77, 0.87, 0.92, 1.24, 1.3),
9  scaleReducedEtaFwdRPC = cms.vdouble(1.04, 1.24, 1.36, 1.48, 1.61, 1.73, 1.85, 1.97, 2.1),
10  nbitPackingOvlEtaFwdRPC = cms.int32(4),
11  nbinsDeltaEta = cms.int32(15),
12  minOvlEtaCSC = cms.double(0.9),
13  scaleReducedEtaCSC = cms.vdouble(0.9, 1.06, 1.26, 1.46, 1.66, 1.86, 2.06, 2.26, 2.5),
14  nbinsOvlEtaFwdRPC = cms.int32(7),
15  nbitPackingReducedEta = cms.int32(4),
16  scaleOvlEtaRPC = cms.vdouble(0.72, 0.83, 0.93, 1.04, 1.14, 1.24, 1.36, 1.48),
17  signedPackingDeltaEta = cms.bool(True),
18  nbinsOvlEtaDT = cms.int32(7),
19  offsetDeltaPhi = cms.int32(4),
20  nbinsReducedEta = cms.int32(8),
21  nbitPackingDeltaPhi = cms.int32(3),
22  offsetDeltaEta = cms.int32(7),
23  nbitPackingOvlEtaBrlRPC = cms.int32(4),
24  nbinsDeltaPhi = cms.int32(8),
25  nbinsOvlEtaBrlRPC = cms.int32(7),
26  minDeltaEta = cms.double(-0.3),
27  maxDeltaPhi = cms.double(0.1527163),
28  maxOvlEtaCSC = cms.double(1.25),
29  scaleReducedEtaBrlRPC = cms.vdouble(0.0, 0.06, 0.25, 0.41, 0.54, 0.7, 0.83, 0.93, 1.04),
30  nbinsOvlEtaCSC = cms.int32(7),
31  nbitPackingDeltaEta = cms.int32(4),
32  maxDeltaEta = cms.double(0.3),
33  minOvlEtaDT = cms.double(0.73125),
34  nbitPackingOvlEtaDT = cms.int32(4)
35  )
36 
37