EventFilter
CSCTFRawToDigi
python
csctfunpacker_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
L1Trigger.CSCTriggerPrimitives.CSCCommonTrigger_cfi
import
*
4
csctfunpacker = cms.EDProducer(
"CSCTFUnpacker"
,
5
CSCCommonTrigger,
6
# Set all values to 0 if you trust hardware settings
7
# Keep in mind that +Z (positive endcap) has sectors 1-6 and -Z (negative endcap) 7-12
8
slot2sector = cms.vint32(0, 0, 0, 0, 0,
9
0, 0, 0, 0, 0,
10
0, 0, 0, 0, 0,
11
0, 0, 0, 0, 0,
12
0, 0),
13
# Mapping file (default one-to-one applied if empty):
14
mappingFile = cms.string(
''
),
15
# Agreement in CSC community to shift and reverse ME-1 strips as opposed to hardware
16
swapME1strips = cms.bool(
False
),
17
# Specify label of the module which produces raw CSCTF data
18
producer = cms.InputTag(
"rawDataCollector"
)
19
)
20
21
CSCCommonTrigger_cfi
Generated for CMSSW Reference Manual by
1.8.16