CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Validation/HcalDigis/python/HcalDigiParam_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hcalDigiAnalyzer = cms.EDAnalyzer("HcalDigiTester",
00004     digiLabel = cms.InputTag("simHcalUnsuppressedDigis"),
00005     zside = cms.untracked.string('*'),
00006     outputFile = cms.untracked.string(''),
00007     hcalselector = cms.untracked.string('HB')
00008 )
00009 
00010 
00011