Variables | |
tuple | csctfunpacker |
tuple csctfunpacker_cfi::csctfunpacker [static] |
Initial value:
cms.EDFilter("CSCTFUnpacker", CSCCommonTrigger, # Set all values to 0 if you trust hardware settings # Keep in mind that +Z (positive endcap) has sectors 1-6 and -Z (negative endcap) 7-12 slot2sector = cms.vint32(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), # Mapping file (default one-to-one applied if empty): mappingFile = cms.string(''), # Agreement in CSC community to shift and reverse ME-1 strips as opposed to hardware swapME1strips = cms.bool(False), # the above "using" statement is equivalent to setting of LCT time window below: # untracked(?) int32 MinBX = 3 # untracked(?) int32 MaxBX = 9 # Specify label of the module which produces raw CSCTF data producer = cms.untracked.InputTag("source") )
Definition at line 4 of file csctfunpacker_cfi.py.