CMS 3D CMS Logo

ecalPreshowerSimHitsValidation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
4 ecalPreshowerSimHitsValidation = DQMEDAnalyzer("EcalPreshowerSimHitsValidation",
5  EEHitsCollection = cms.string('EcalHitsEE'),
6  ESHitsCollection = cms.string('EcalHitsES'),
7  moduleLabelG4 = cms.string('g4SimHits'),
8  verbose = cms.untracked.bool(False),
9  moduleLabelMC = cms.InputTag('generatorSmeared')
10 )
11 
12