CMS 3D CMS Logo

l1GmtEmulDigis_cfi.py

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

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