CMS 3D CMS Logo

L1RCTTestAnalyzer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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