CMS 3D CMS Logo

ESRecoSummary_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 ecalPreshowerRecoSummary = DQMEDAnalyzer('ESRecoSummary',
5  prefixME = cms.untracked.string('EcalPreshower'),
6  superClusterCollection_EE = cms.InputTag("correctedMulti5x5SuperClustersWithPreshower"),
7  recHitCollection_ES = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
8  ClusterCollectionX_ES = cms.InputTag("multi5x5SuperClustersWithPreshower","preshowerXClusters"),
9  ClusterCollectionY_ES = cms.InputTag("multi5x5SuperClustersWithPreshower","preshowerYClusters"),
10 )
11