CMS 3D CMS Logo

dtTriggerPrimitiveDigis_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 dtTriggerPrimitiveDigis = cms.EDProducer("DTTrigProd",
00004     debug = cms.untracked.bool(False),
00005     tTrigModeConfig = cms.PSet(
00006         debug = cms.untracked.bool(False),
00007         kFactor = cms.double(-2.0), ##retuned in CMSSW15X
00008 
00009         vPropWire = cms.double(24.4),
00010         tofCorrType = cms.int32(1),
00011         tTrig = cms.double(500.0)
00012     ),
00013     # DT digis input tag
00014     digiTag = cms.InputTag("muonDTDigis"),
00015     # Synchronizer related stuff
00016     tTrigMode = cms.string('DTTTrigSyncTOFCorr'),
00017     # Convert output into DTTF sector numbering: 
00018     # false means [1-12] (useful for debug)
00019     # true is [0-11] useful as input for the DTTF emulator
00020     DTTFSectorNumbering = cms.bool(True)
00021 )
00022 
00023 
00024 

Generated on Tue Jun 9 17:40:02 2009 for CMSSW by  doxygen 1.5.4