CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1RCTTestAnalyzer_cfi.py
Go to the documentation of this file.
2 
3 L1RCTTestAnalyzer = cms.EDAnalyzer("L1RCTTestAnalyzer",
4  hcalDigisLabel = cms.InputTag("hcalTriggerPrimitiveDigis"),
5  showEmCands = cms.untracked.bool(True),
6  ecalDigisLabel = cms.InputTag("ecalTriggerPrimitiveDigis"),
7  rctDigisLabel = cms.InputTag("rctDigis"),
8  showRegionSums = cms.untracked.bool(True)
9 )
10 
11 
12