Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 hltIslandBasicClusters = cms.EDProducer("EgammaHLTIslandClusterProducer",
00005 endcapHitProducer = cms.InputTag("ecalRecHit"),
00006 barrelClusterCollection = cms.string('islandBarrelBasicClusters'),
00007 regionEtaMargin = cms.double(0.3),
00008
00009 regionPhiMargin = cms.double(0.4),
00010 VerbosityLevel = cms.string('ERROR'),
00011 barrelHitCollection = cms.string('EcalRecHitsEB'),
00012 posCalc_logweight = cms.bool(True),
00013 doIsolated = cms.bool(True),
00014 l1UpperThr = cms.double(999.0),
00015 endcapClusterCollection = cms.string('islandEndcapBasicClusters'),
00016 IslandBarrelSeedThr = cms.double(0.5),
00017 l1LowerThr = cms.double(0.0),
00018 IslandEndcapSeedThr = cms.double(0.18),
00019 posCalc_t0_endc = cms.double(3.1),
00020 l1TagIsolated = cms.InputTag("l1extraParticles","Isolated"),
00021 doEndcaps = cms.bool(True),
00022 endcapHitCollection = cms.string('EcalRecHitsEE'),
00023 l1TagNonIsolated = cms.InputTag("l1extraParticles","NonIsolated"),
00024 barrelHitProducer = cms.InputTag("ecalRecHit"),
00025 l1LowerThrIgnoreIsolation = cms.double(999.0),
00026 doBarrel = cms.bool(True),
00027
00028 posCalcParameters = cms.PSet( T0_barl = cms.double(7.4),
00029 T0_endc = cms.double(6.3),
00030 T0_endcPresh = cms.double(1.2),
00031 LogWeighted = cms.bool(True),
00032 W0 = cms.double(4.2),
00033 X0 = cms.double(0.89)
00034 ),
00035 )
00036
00037