![]() |
![]() |
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