CMS 3D CMS Logo

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