CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
h2_mapping_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # list of crystal indecies
4 ics = cms.untracked.vint32(1, 2, 3, 4, 5,
5  6, 7, 8, 9, 10,
6  21, 22, 23, 24, 25,
7  26, 27, 28, 29, 30,
8  41, 42, 43, 44, 45,
9  46, 47, 48, 49, 50,
10  61, 62, 63, 64, 65,
11  66, 67, 68, 69, 70,
12  81, 82, 83, 84, 85,
13  86, 87, 88, 89, 90,
14  101, 102, 103, 104, 105,
15  106, 107, 108, 109, 110,
16  121, 122, 123, 124, 125,
17  126, 127, 128, 129, 130,
18  141, 142, 143, 144, 145,
19  146, 147, 148, 149, 150,
20  161, 162, 163, 164, 165,
21  166, 167, 168, 169, 170,
22  181, 182, 183, 184, 185,
23  186, 187, 188, 189, 190)
24 # list of tower IDs (DQM numbering scheme)
25 towerIDs = cms.untracked.vint32(1, 1, 1, 1, 1,
26  2, 2, 2, 2, 2,
27  1, 1, 1, 1, 1,
28  2, 2, 2, 2, 2,
29  1, 1, 1, 1, 1,
30  2, 2, 2, 2, 2,
31  1, 1, 1, 1, 1,
32  2, 2, 2, 2, 2,
33  1, 1, 1, 1, 1,
34  2, 2, 2, 2, 2,
35  5, 5, 5, 5, 5,
36  6, 6, 6, 6, 6,
37  5, 5, 5, 5, 5,
38  6, 6, 6, 6, 6,
39  5, 5, 5, 5, 5,
40  6, 6, 6, 6, 6,
41  5, 5, 5, 5, 5,
42  6, 6, 6, 6, 6,
43  5, 5, 5, 5, 5,
44  6, 6, 6, 6, 6)
45 # list of corresponding strip (VFE) numbers
46 stripIDs = cms.untracked.vint32(1, 2, 3, 4, 5,
47  5, 4, 3, 2, 1,
48  1, 2, 3, 4, 5,
49  5, 4, 3, 2, 1,
50  1, 2, 3, 4, 5,
51  5, 4, 3, 2, 1,
52  1, 2, 3, 4, 5,
53  5, 4, 3, 2, 1,
54  1, 2, 3, 4, 5,
55  5, 4, 3, 2, 1,
56  1, 2, 3, 4, 5,
57  5, 4, 3, 2, 1,
58  1, 2, 3, 4, 5,
59  5, 4, 3, 2, 1,
60  1, 2, 3, 4, 5,
61  5, 4, 3, 2, 1,
62  1, 2, 3, 4, 5,
63  5, 4, 3, 2, 1,
64  1, 2, 3, 4, 5,
65  5, 4, 3, 2, 1)
66 # list of channel IDs
67 channelIDs = cms.untracked.vint32(1, 1, 1, 1, 1,
68  1, 1, 1, 1, 1,
69  2, 2, 2, 2, 2,
70  2, 2, 2, 2, 2,
71  3, 3, 3, 3, 3,
72  3, 3, 3, 3, 3,
73  4, 4, 4, 4, 4,
74  4, 4, 4, 4, 4,
75  5, 5, 5, 5, 5,
76  5, 5, 5, 5, 5,
77  1, 1, 1, 1, 1,
78  1, 1, 1, 1, 1,
79  2, 2, 2, 2, 2,
80  2, 2, 2, 2, 2,
81  3, 3, 3, 3, 3,
82  3, 3, 3, 3, 3,
83  4, 4, 4, 4, 4,
84  4, 4, 4, 4, 4,
85  5, 5, 5, 5, 5,
86  5, 5, 5, 5, 5)
87 # list of status IDs
88 statusIDs = cms.untracked.vint32(1, 2, 3, 4)
89 # list of tower CCUIDs
90 ccuIDs = cms.untracked.vint32(1, 71, 80, 45)
91 # list of tower DQM position IDs
92 positionIDs = cms.untracked.vint32(6, 2, 5, 1)
93