CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
csctfpacker_cfi.py
Go to the documentation of this file.
2 
4 csctfpacker = cms.EDProducer("CSCTFPacker",
5  CSCCommonTrigger,
6  # the above "using" statement is equivalent to settings below:
7  # int32 MinBX = 3
8  # int32 MaxBX = 9
9  zeroSuppression = cms.bool(True),
10  outputFile = cms.string(''),
11  lctProducer = cms.InputTag("simCscTriggerPrimitiveDigis","MPCSORTED"),
12  mbProducer = cms.InputTag("null"),
13  trackProducer = cms.InputTag("simCsctfTrackDigis"),
14  putBufferToEvent = cms.bool(True),
15  activeSectors = cms.int32(4095),
16  nTBINs = cms.int32(7),
17  # Agreement in CSC community to shift and reverse ME-1 strips as opposed to hardware
18  swapME1strips = cms.bool(False)
19 )
20 
21