CMS 3D CMS Logo

L1TCompare_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 l1tcompare = cms.EDFilter("L1TCompare",
00004     ecalTpgSource = cms.InputTag("ecalTriggerPrimitiveDigis"),
00005     verbose = cms.untracked.bool(True),
00006     DQMStore = cms.untracked.bool(True),
00007     disableROOToutput = cms.untracked.bool(True),
00008     gctSource = cms.InputTag("l1GctHwDigis","","DQM"),
00009     rctSource = cms.InputTag("l1GctHwDigis","","DQM")
00010 )
00011 
00012 

Generated on Tue Jun 9 17:33:10 2009 for CMSSW by  doxygen 1.5.4