CMS 3D CMS Logo

csctfpacker_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from L1Trigger.cSCCommonTrigger.CSCCommonTrigger_cfi import *
00004 csctfpacker = cms.EDFilter("csctfpacker",
00005     cSCCommonTrigger,
00006     # the above "using" statement is equivalent to settings below:
00007     #   untracked(?) int32 MinBX = 3
00008     #   untracked(?) int32 MaxBX = 9
00009     zeroSuppression = cms.bool(True),
00010     outputFile = cms.untracked.string(''),
00011     lctProducer = cms.untracked.InputTag("simCscTriggerPrimitiveDigis","MPCSORTED"),
00012     trackProducer = cms.untracked.InputTag("simCsctfTrackDigis"),
00013     putBufferToEvent = cms.untracked.bool(True),
00014     activeSectors = cms.int32(4095),
00015     nTBINs = cms.int32(7),
00016     # Agreement in CSC community to shift and reverse ME-1 strips as opposed to hardware
00017     swapME1strips = cms.bool(False)
00018 )
00019 
00020 

Generated on Tue Jun 9 17:34:28 2009 for CMSSW by  doxygen 1.5.4