CMS 3D CMS Logo

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