CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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