Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 ecalBarrelRecoSummary = cms.EDAnalyzer("EBRecoSummary",
00004 prefixME = cms.untracked.string('EcalBarrel'),
00005 superClusterCollection_EB = cms.InputTag("correctedHybridSuperClusters"),
00006 recHitCollection_EB = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
00007 redRecHitCollection_EB = cms.InputTag("reducedEcalRecHitsEB"),
00008 basicClusterCollection_EB = cms.InputTag("hybridSuperClusters","hybridBarrelBasicClusters"),
00009
00010 ethrEB = cms.double(0.8),
00011
00012 scEtThrEB = cms.double(0.0),
00013 )
00014