CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalRecHitsValidation_cfi.py
Go to the documentation of this file.
2 
3 ecalRecHitsValidation = cms.EDAnalyzer("EcalRecHitsValidation",
4  hitsProducer = cms.string('g4SimHits'),
5  outputFile = cms.untracked.string(''),
6  EEuncalibrechitCollection = cms.InputTag("ecalGlobalUncalibRecHit","EcalUncalibRecHitsEE"),
7  verbose = cms.untracked.bool(False),
8  EErechitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
9  ESrechitCollection = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
10  EBuncalibrechitCollection = cms.InputTag("ecalGlobalUncalibRecHit","EcalUncalibRecHitsEB"),
11  EBrechitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
12  moduleLabelMC = cms.string('generator')
13 )
14 
15