CMS 3D CMS Logo

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