CMS 3D CMS Logo

Variables

csctfpacker_cfi Namespace Reference

Variables

tuple CSCTFPacker

Variable Documentation

Initial value:
00001 cms.EDProducer("CSCTFPacker",
00002     CSCCommonTrigger,
00003     # the above "using" statement is equivalent to settings below:
00004     #   int32 MinBX = 3
00005     #   int32 MaxBX = 9
00006     zeroSuppression = cms.bool(True),
00007     outputFile = cms.string(''),
00008     lctProducer = cms.InputTag("simCscTriggerPrimitiveDigis","MPCSORTED"),
00009     mbProducer  = cms.InputTag("null"),
00010     trackProducer = cms.InputTag("simCsctfTrackDigis"),
00011     putBufferToEvent = cms.bool(True),
00012     activeSectors = cms.int32(4095),
00013     nTBINs = cms.int32(7),
00014     # Agreement in CSC community to shift and reverse ME-1 strips as opposed to hardware
00015     swapME1strips = cms.bool(False)
00016 )

Definition at line 4 of file csctfpacker_cfi.py.