CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/L1Trigger/RegionalCaloTrigger/python/rctDigis_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 rctDigis = cms.EDProducer("L1RCTProducer",
00004     hcalDigis = cms.VInputTag(cms.InputTag("hcalTriggerPrimitiveDigis")),
00005     useEcal = cms.bool(True),
00006     useHcal = cms.bool(True),
00007     ecalDigis = cms.VInputTag(cms.InputTag("ecalTriggerPrimitiveDigis")),
00008     BunchCrossings = cms.vint32(0),
00009     getFedsFromOmds = cms.bool(False),
00010 #    getFedsFromOmds = cms.bool(True), # ONLY for online DQM!
00011     queryDelayInLS = cms.uint32(10),
00012     queryIntervalInLS = cms.uint32(100)#,
00013 )
00014 
00015 
00016