CMS 3D CMS Logo

ESRecoSummary_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ecalPreshowerRecoSummary = cms.EDAnalyzer("ESRecoSummary",
4  prefixME = cms.untracked.string('EcalPreshower'),
5  superClusterCollection_EE = cms.InputTag("correctedMulti5x5SuperClustersWithPreshower"),
6  recHitCollection_ES = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
7  ClusterCollectionX_ES = cms.InputTag("multi5x5SuperClustersWithPreshower","preshowerXClusters"),
8  ClusterCollectionY_ES = cms.InputTag("multi5x5SuperClustersWithPreshower","preshowerYClusters"),
9 )
10