CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
csctfunpacker_cfi Namespace Reference

Variables

tuple csctfunpacker
 

Variable Documentation

tuple csctfunpacker_cfi.csctfunpacker
Initial value:
1 = cms.EDProducer("CSCTFUnpacker",
2  CSCCommonTrigger,
3  # Set all values to 0 if you trust hardware settings
4  # Keep in mind that +Z (positive endcap) has sectors 1-6 and -Z (negative endcap) 7-12
5  slot2sector = cms.vint32(0, 0, 0, 0, 0,
6  0, 0, 0, 0, 0,
7  0, 0, 0, 0, 0,
8  0, 0, 0, 0, 0,
9  0, 0),
10  # Mapping file (default one-to-one applied if empty):
11  mappingFile = cms.string(''),
12  # Agreement in CSC community to shift and reverse ME-1 strips as opposed to hardware
13  swapME1strips = cms.bool(False),
14  # the above "using" statement is equivalent to setting of LCT time window below:
15  # int32 MinBX = 3
16  # int32 MaxBX = 9
17  # Specify label of the module which produces raw CSCTF data
18  producer = cms.InputTag("rawDataCollector")
19 )

Definition at line 4 of file csctfunpacker_cfi.py.