CMS 3D CMS Logo

ecalPreshowerSimHitsValidation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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('generatorSmeared')
9 )
10 
11