CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/L1TMonitor/python/l1GtHwValidation_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # L1GtHwValidation DQM 
00004 #     
00005 # V.M. Ghete 2009-10-09
00006 
00007 L1GtHwValidation = cms.EDAnalyzer("L1GtHwValidation",
00008 
00009     # input tag for the L1 GT hardware DAQ record
00010     L1GtDataDaqInputTag = cms.InputTag("gtDigis"),
00011     #
00012     # input tag for the L1 GT hardware EVM record
00013     L1GtDataEvmInputTag = cms.InputTag("gtEvmDigis"),
00014     #
00015     # input tag for the L1 GT emulator DAQ record
00016     L1GtEmulDaqInputTag = cms.InputTag("valGtDigis"),
00017     #
00018     # input tag for the L1 GT emulator EVM record
00019     L1GtEmulEvmInputTag = cms.InputTag("valGtDigis"),
00020     #
00021     # input tag for the L1 GCT hardware record 
00022     L1GctDataInputTag = cms.InputTag("gctDigis"),   
00023 
00024     DQMStore = cms.untracked.bool(False),
00025     DirName = cms.untracked.string("L1TEMU/GTHW")
00026 )
00027 
00028