CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/SimG4CMS/Calo/python/HFPMTHitAnalyzer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 HFPMTHitAnalyzer = cms.EDAnalyzer("HFPMTHitAnalyzer",
00004     SourceLabel = cms.untracked.string('generator'),
00005     ModuleLabel = cms.untracked.string('g4SimHits'),
00006     HitCollection = cms.untracked.string('HcalHits')
00007 )
00008 
00009