CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/RecoEgamma/EgammaHLTProducers/python/hltMulti5x5BasicClustersL1Isolated_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltMulti5x5BasicClustersL1Isolated = cms.EDProducer("EgammaHLTMulti5x5ClusterProducer",
00004     endcapHitProducer = cms.InputTag("hltEcalRegionalEgammaRecHit"),
00005     barrelClusterCollection = cms.string('notused'),
00006     regionEtaMargin = cms.double(0.3),
00007     regionPhiMargin = cms.double(0.4),
00008     VerbosityLevel = cms.string('ERROR'),
00009     barrelHitCollection = cms.string('EcalRecHitsEB'),
00010     doIsolated = cms.bool(True),
00011     Multi5x5EndcapSeedThr = cms.double(0.5),
00012     l1UpperThr = cms.double(999.0),
00013     endcapClusterCollection = cms.string('multi5x5EndcapBasicClusters'),
00014     l1LowerThr = cms.double(5.0),
00015     l1TagIsolated = cms.InputTag("hltL1extraParticles","Isolated"),
00016     doEndcaps = cms.bool(True),
00017     Multi5x5BarrelSeedThr = cms.double(0.5),
00018     endcapHitCollection = cms.string('EcalRecHitsEE'),
00019     l1TagNonIsolated = cms.InputTag("hltL1extraParticles","NonIsolated"),
00020     barrelHitProducer = cms.InputTag("hltEcalRegionalEgammaRecHit"),
00021     l1LowerThrIgnoreIsolation = cms.double(999.0),
00022     RecHitFlagToBeExcluded = cms.vstring(),
00023     doBarrel = cms.bool(False),
00024     posCalcParameters = cms.PSet( T0_barl      = cms.double(7.4),
00025                                   T0_endc      = cms.double(3.1),        
00026                                   T0_endcPresh = cms.double(1.2),
00027                                   LogWeighted  = cms.bool(True),
00028                                   W0           = cms.double(4.2),
00029                                   X0           = cms.double(0.89)
00030                                  )
00031                                                   
00032                                                     
00033 )
00034 
00035