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 L1ExtraDQM = cms.EDAnalyzer("L1ExtraDQM",
00011
00012
00013 L1ExtraInputTagSet,
00014
00015 DQMStore = cms.untracked.bool(True),
00016 DirName=cms.untracked.string("L1T/L1Extra"),
00017 disableROOToutput = cms.untracked.bool(True),
00018 verbose = cms.untracked.bool(False),
00019
00020
00021
00022
00023
00024
00025
00026
00027 NrBxInEventGmt = cms.int32(5),
00028 NrBxInEventGct = cms.int32(5)
00029
00030 )
00031