CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalPreshowerRecHitsValidation_cfi.py
Go to the documentation of this file.
2 
3 ecalPreshowerRecHitsValidation = cms.EDAnalyzer("EcalPreshowerRecHitsValidation",
4  EErechitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
5  ESrechitCollection = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
6  EEuncalibrechitCollection = cms.InputTag("ecalGlobalUncalibRecHit","EcalUncalibRecHitsEE"),
7  verbose = cms.untracked.bool(False)
8 )
9 
10 
11