CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
l1GtTriggerMaskAlgoTrig_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # trigger mask: block the corresponding algorithm if bit value is 1
4 # for the respective DAQ partition
5 
6 
7 
8 l1GtTriggerMaskAlgoTrig = cms.ESProducer("L1GtTriggerMaskAlgoTrigTrivialProducer",
9  TriggerMask = cms.vuint32(
10  0x00,
11  0x00,
12  0x00,
13  0x00,
14  0x00,
15  0x00,
16  0x00,
17  0x00,
18  0x00,
19  0x00,
20  0x00,
21  0x00,
22  0x00,
23  0x00,
24  0x00,
25  0x00,
26  0x00,
27  0x00,
28  0x00,
29  0x00,
30  0x00,
31  0x00,
32  0x00,
33  0x00,
34  0x00,
35  0x00,
36  0x00,
37  0x00,
38  0x00,
39  0x00,
40  0x00,
41  0x00,
42  0x00,
43  0x00,
44  0x00,
45  0x00,
46  0x00,
47  0x00,
48  0x00,
49  0x00,
50  0x00,
51  0x00,
52  0x00,
53  0x00,
54  0x00,
55  0x00,
56  0x00,
57  0x00,
58  0x00,
59  0x00,
60  0x00,
61  0x00,
62  0x00,
63  0x00,
64  0x00,
65  0x00,
66  0x00,
67  0x00,
68  0x00,
69  0x00,
70  0x00,
71  0x00,
72  0x00,
73  0x00,
74  0x00,
75  0x00,
76  0x00,
77  0x00,
78  0x00,
79  0x00,
80  0x00,
81  0x00,
82  0x00,
83  0x00,
84  0x00,
85  0x00,
86  0x00,
87  0x00,
88  0x00,
89  0x00,
90  0x00,
91  0x00,
92  0x00,
93  0x00,
94  0x00,
95  0x00,
96  0x00,
97  0x00,
98  0x00,
99  0x00,
100  0x00,
101  0x00,
102  0x00,
103  0x00,
104  0x00,
105  0x00,
106  0x00,
107  0x00,
108  0x00,
109  0x00,
110  0x00,
111  0x00,
112  0x00,
113  0x00,
114  0x00,
115  0x00,
116  0x00,
117  0x00,
118  0x00,
119  0x00,
120  0x00,
121  0x00,
122  0x00,
123  0x00,
124  0x00,
125  0x00,
126  0x00,
127  0x00,
128  0x00,
129  0x00,
130  0x00,
131  0x00,
132  0x00,
133  0x00,
134  0x00,
135  0x00,
136  0x00,
137  0x00
138  )
139 )
140 
141