CMS 3D CMS Logo

hltEgammaHollowTrackIsoL1Seeded_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltEgammaHollowTrackIsoL1Seeded = cms.EDProducer("EgammaHLTPhotonTrackIsolationProducersRegional",
4  countTracks = cms.bool(False),
5  egTrkIsoConeSize = cms.double(0.29),
6  egTrkIsoPtMin = cms.double(1.0),
7  egTrkIsoRSpan = cms.double(999999.0),
8  egTrkIsoStripBarrel = cms.double(0.03),
9  egTrkIsoStripEndcap = cms.double(0.03),
10  egTrkIsoVetoConeSize = cms.double(0.06),
11  egTrkIsoZSpan = cms.double(999999.0),
12  recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesL1Seeded"),
13  trackProducer = cms.InputTag("generalTracks")
14 )