CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/src/Validation/HcalDigis/python/ZDCDigiStudy_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ZDCDigiStudy = cms.EDAnalyzer("ZDCDigiStudy",
00004     outputFile = cms.untracked.string(''),
00005     Verbose = cms.untracked.bool(False),
00006     HitCollection = cms.untracked.string('ZDCHITS')
00007 )
00008 
00009 
00010