CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HFPMTHitAnalyzer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hfPMTHitAnalyzer = cms.EDAnalyzer("HFPMTHitAnalyzer",
4  SourceLabel = cms.untracked.string('generatorSmeared'),
5  ModuleLabel = cms.untracked.string('g4SimHits'),
6  HitCollection = cms.untracked.string('HcalHits')
7 )
8 
9