CMS 3D CMS Logo

ecalPreshowerRecHitsValidation_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 ecalPreshowerRecHitsValidation = DQMEDAnalyzer('EcalPreshowerRecHitsValidation',
5  EErechitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
6  ESrechitCollection = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
7  EEuncalibrechitCollection = cms.InputTag("ecalMultiFitUncalibRecHit","EcalUncalibRecHitsEE"),
8  verbose = cms.untracked.bool(False)
9 )
10 
11 
12