CMS 3D CMS Logo

hltEgammaEcalRecIsolation_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltEgammaEcalRecIsolation = cms.EDProducer( "EgammaHLTEcalRecIsolationProducer",
00004                                                         recoEcalCandidateProducer = cms.InputTag( "hltL1NonIsoRecoEcalCandidate" ),
00005                                                         ecalBarrelRecHitProducer = cms.InputTag("hltEcalRegionalEgammaRecHit"),
00006                                                         ecalBarrelRecHitCollection = cms.InputTag("EcalRecHitsEB"),
00007                                                         ecalEndcapRecHitProducer = cms.InputTag("hltEcalRegionalEgammaRecHit"),
00008                                                         ecalEndcapRecHitCollection = cms.InputTag("EcalRecHitsEE"),
00009 
00010                                                         intRadiusBarrel = cms.double(0.045),
00011                                                         intRadiusEndcap = cms.double(0.07),
00012                                                         extRadius = cms.double(0.3),
00013                                                         etMinBarrel = cms.double(-9999),
00014                                                         eMinBarrel = cms.double(0.08),
00015                                                         etMinEndcap = cms.double(-9999),
00016                                                         eMinEndcap = cms.double(0.3),
00017                                                         jurassicWidth = cms.double(0.02),  #dEta strip width
00018 
00019                                                         useIsolEt = cms.bool(True),
00020                                                         tryBoth   = cms.bool(True),
00021                                                         subtract  = cms.bool(False),
00022                                                     )

Generated on Tue Jun 9 17:43:22 2009 for CMSSW by  doxygen 1.5.4