CMS 3D CMS Logo

CSCSegAlgoRU_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 CSCSegAlgoRU = cms.PSet(
4  algo_name = cms.string('CSCSegAlgoRU'),
5  algo_psets = cms.VPSet(
6  cms.PSet(
7  chi2Max = cms.double(100.0),
8  chi2Norm_2D_ = cms.double(35),
9  chi2_str = cms.double(50.0),
10  dPhiIntMax = cms.double(0.005),
11  dPhiMax = cms.double(0.006),
12  dRIntMax = cms.double(2.0),
13  dRMax = cms.double(1.5),
14  doCollisions = cms.bool(True),
15  enlarge = cms.bool(False),
16  minLayersApart = cms.int32(1),
17  wideSeg = cms.double(3.0)
18  ),
19  cms.PSet(
20  chi2Max = cms.double(100.0),
21  chi2Norm_2D_ = cms.double(35),
22  chi2_str = cms.double(50.0),
23  dPhiIntMax = cms.double(0.004),
24  dPhiMax = cms.double(0.005),
25  dRIntMax = cms.double(2.0),
26  dRMax = cms.double(1.5),
27  doCollisions = cms.bool(True),
28  enlarge = cms.bool(False),
29  minLayersApart = cms.int32(1),
30  wideSeg = cms.double(3.0)
31  ),
32  cms.PSet(
33  chi2Max = cms.double(100.0),
34  chi2Norm_2D_ = cms.double(35),
35  chi2_str = cms.double(50.0),
36  dPhiIntMax = cms.double(0.003),
37  dPhiMax = cms.double(0.004),
38  dRIntMax = cms.double(2.0),
39  dRMax = cms.double(1.5),
40  doCollisions = cms.bool(True),
41  enlarge = cms.bool(False),
42  minLayersApart = cms.int32(1),
43  wideSeg = cms.double(3.0)
44  ),
45  cms.PSet(
46  chi2Max = cms.double(60.0),
47  chi2Norm_2D_ = cms.double(20),
48  chi2_str = cms.double(30.0),
49  dPhiIntMax = cms.double(0.002),
50  dPhiMax = cms.double(0.003),
51  dRIntMax = cms.double(2.0),
52  dRMax = cms.double(1.5),
53  doCollisions = cms.bool(True),
54  enlarge = cms.bool(False),
55  minLayersApart = cms.int32(1),
56  wideSeg = cms.double(3.0)
57  ),
58  cms.PSet(
59  chi2Max = cms.double(180.0),
60  chi2Norm_2D_ = cms.double(60),
61  chi2_str = cms.double(80.0),
62  dPhiIntMax = cms.double(0.005),
63  dPhiMax = cms.double(0.007),
64  dRIntMax = cms.double(2.0),
65  dRMax = cms.double(1.5),
66  doCollisions = cms.bool(True),
67  enlarge = cms.bool(False),
68  minLayersApart = cms.int32(1),
69  wideSeg = cms.double(3.0)
70  ),
71  cms.PSet(
72  chi2Max = cms.double(100.0),
73  chi2Norm_2D_ = cms.double(35),
74  chi2_str = cms.double(50.0),
75  dPhiIntMax = cms.double(0.004),
76  dPhiMax = cms.double(0.006),
77  dRIntMax = cms.double(2.0),
78  dRMax = cms.double(1.5),
79  doCollisions = cms.bool(True),
80  enlarge = cms.bool(False),
81  minLayersApart = cms.int32(1),
82  wideSeg = cms.double(3.0)
83  )
84  ),
85  chamber_types = cms.vstring(
86  'ME1/a',
87  'ME1/b',
88  'ME1/2',
89  'ME1/3',
90  'ME2/1',
91  'ME2/2',
92  'ME3/1',
93  'ME3/2',
94  'ME4/1',
95  'ME4/2'
96  ),
97  parameters_per_chamber_type = cms.vint32(
98  1, 2, 3, 4, 5,
99  6, 5, 6, 5, 6
100  )
101 )