CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalPreshowerSimHitsValidation_cfi.py
Go to the documentation of this file.
2 
3 ecalPreshowerSimHitsValidation = cms.EDAnalyzer("EcalPreshowerSimHitsValidation",
4  EEHitsCollection = cms.string('EcalHitsEE'),
5  ESHitsCollection = cms.string('EcalHitsES'),
6  moduleLabelG4 = cms.string('g4SimHits'),
7  verbose = cms.untracked.bool(False),
8  moduleLabelMC = cms.string('generator')
9 )
10 
11