CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TCompare_cfi.py
Go to the documentation of this file.
2 
3 l1tcompare = cms.EDAnalyzer("L1TCompare",
4  ecalTpgSource = cms.InputTag("ecalTriggerPrimitiveDigis"),
5  verbose = cms.untracked.bool(True),
6  DQMStore = cms.untracked.bool(True),
7  disableROOToutput = cms.untracked.bool(True),
8  gctSource = cms.InputTag("gctDigis"),
9  rctSource = cms.InputTag("gctDigis")
10 )
11 
12