Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007 from DQM.L1TMonitor.L1ExtraInputTagSet_cff import *
00008
00009
00010 L1ExtraRecoDQM = cms.EDAnalyzer("L1ExtraRecoDQM",
00011
00012
00013 L1ExtraInputTagSet,
00014
00015
00016
00017 DQMStore = cms.untracked.bool(True),
00018 DirName=cms.untracked.string("L1T/L1ExtraReco"),
00019 disableROOToutput = cms.untracked.bool(True),
00020 verbose = cms.untracked.bool(False),
00021
00022
00023
00024
00025
00026
00027
00028
00029 NrBxInEventGmt = cms.int32(5),
00030 NrBxInEventGct = cms.int32(5)
00031
00032 )
00033