CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/L1TMonitorClient/python/L1TGMTClient_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L1TGMTClient = cms.EDAnalyzer("L1TGMTClient",
00004     input_dir = cms.untracked.string('L1T/L1TGMT'),
00005     monitorName = cms.untracked.string('L1T/L1TGMT'),
00006     output_dir = cms.untracked.string('L1T/L1TGMT/Client'),
00007     runInEventLoop=cms.untracked.bool(False),
00008     runInEndLumi=cms.untracked.bool(True),
00009     runInEndRun=cms.untracked.bool(True),
00010     runInEndJob=cms.untracked.bool(False)
00011 
00012 )
00013 
00014