CMS 3D CMS Logo

ecalPreshowerRecHitsValidation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ecalPreshowerRecHitsValidation = cms.EDAnalyzer("EcalPreshowerRecHitsValidation",
4  EErechitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
5  ESrechitCollection = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
6  EEuncalibrechitCollection = cms.InputTag("ecalMultiFitUncalibRecHit","EcalUncalibRecHitsEE"),
7  verbose = cms.untracked.bool(False)
8 )
9 
10 
11