Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
EventFilter
CSCTFRawToDigi
python
csctfunpacker_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
L1Trigger.CSCCommonTrigger.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
# the above "using" statement is equivalent to setting of LCT time window below:
18
# int32 MinBX = 3
19
# int32 MaxBX = 9
20
# Specify label of the module which produces raw CSCTF data
21
producer = cms.InputTag(
"rawDataCollector"
)
22
)
23
24
Config
CSCCommonTrigger_cfi
Generated for CMSSW Reference Manual by
1.8.5