CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/L1Trigger/GlobalMuonTrigger/python/gmtDigis_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 gmtDigis = cms.EDProducer("L1MuGlobalMuonTrigger",
00004     Debug = cms.untracked.int32(0),
00005     BX_min = cms.int32(-4),
00006     BX_max = cms.int32(4),
00007     BX_min_readout = cms.int32(-2),
00008     BX_max_readout = cms.int32(2),
00009     DTCandidates = cms.InputTag("l1DttfEmulDigis","DT"),
00010     RPCbCandidates = cms.InputTag("l1RpcEmulDigis","RPCb"),
00011     CSCCandidates = cms.InputTag("l1CscTfEmulDigis","CSC"),
00012     RPCfCandidates = cms.InputTag("l1RpcEmulDigis","RPCf"),
00013     MipIsoData = cms.InputTag("L1RCTRegionSumsEmCands"),
00014     WriteLUTsAndRegs = cms.untracked.bool(False),
00015     SendMipIso = cms.untracked.bool(False)
00016 )
00017 
00018