CMS 3D CMS Logo

hltEgammaClusterShapeUnseeded_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltEgammaClusterShapeUnseeded = cms.EDProducer("EgammaHLTClusterShapeProducer",
4  ecalRechitEB = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"),
5  ecalRechitEE = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"),
6  recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesUnseeded")
7 )