Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
L1TriggerConfig
L1GtConfigProducers
python
l1GtTriggerMaskTechTrig_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# trigger mask: block the corresponding technical trigger if bit value is 1
4
# for the respective DAQ partition
5
6
7
8
l1GtTriggerMaskTechTrig = cms.ESProducer(
"L1GtTriggerMaskTechTrigTrivialProducer"
,
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
)
75
)
76
77
Generated for CMSSW Reference Manual by
1.8.5