CMS 3D CMS Logo

Variables

csctfunpacker_cfi Namespace Reference

Variables

tuple CSCTFUnpacker

Variable Documentation

Initial value:
00001 cms.EDProducer("CSCTFUnpacker",
00002     CSCCommonTrigger,
00003     # Set all values to 0 if you trust hardware settings
00004     # Keep in mind that +Z (positive endcap) has sectors 1-6 and -Z (negative endcap) 7-12
00005     slot2sector = cms.vint32(0, 0, 0, 0, 0,
00006         0, 0, 0, 0, 0,
00007         0, 0, 0, 0, 0,
00008         0, 0, 0, 0, 0,
00009         0, 0),
00010     # Mapping file (default one-to-one applied if empty):
00011     mappingFile = cms.string(''),
00012     # Agreement in CSC community to shift and reverse ME-1 strips as opposed to hardware
00013     swapME1strips = cms.bool(False),
00014     # the above "using" statement is equivalent to setting of LCT time window below:
00015     #   int32 MinBX = 3
00016     #   int32 MaxBX = 9
00017     # Specify label of the module which produces raw CSCTF data
00018     producer = cms.InputTag("source")
00019 )

Definition at line 4 of file csctfunpacker_cfi.py.