CMS 3D CMS Logo

L1TCompare_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
4 l1tcompare = DQMEDAnalyzer('L1TCompare',
5  ecalTpgSource = cms.InputTag("ecalTriggerPrimitiveDigis"),
6  verbose = cms.untracked.bool(True),
7  DQMStore = cms.untracked.bool(True),
8  disableROOToutput = cms.untracked.bool(True),
9  gctSource = cms.InputTag("gctDigis"),
10  rctSource = cms.InputTag("gctDigis")
11 )
12 
13 
DQMEDAnalyzer
Definition: DQMEDAnalyzer.py:1