CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQMOffline/Ecal/python/ESRecoSummary_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ecalPreshowerRecoSummary = cms.EDAnalyzer("ESRecoSummary",
00004     prefixME = cms.untracked.string('EcalPreshower'),    
00005     superClusterCollection_EE = cms.InputTag("correctedMulti5x5SuperClustersWithPreshower"),
00006     recHitCollection_ES       = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
00007     ClusterCollectionX_ES     = cms.InputTag("multi5x5SuperClustersWithPreshower","preshowerXClusters"),
00008     ClusterCollectionY_ES     = cms.InputTag("multi5x5SuperClustersWithPreshower","preshowerYClusters"),
00009 )
00010