CMS 3D CMS Logo

L1TGT_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 l1tgt = cms.EDFilter("L1TGT",
00004     DQMStore = cms.untracked.bool(True),
00005     gtEvmSource = cms.InputTag("l1GtEvmUnpack","","DQM"),
00006     gtSource = cms.InputTag("l1GtUnpack","","DQM"),
00007     disableROOToutput = cms.untracked.bool(True),
00008     verbose = cms.untracked.bool(False)
00009 )
00010 
00011 

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