CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltMulti5x5BasicClustersL1NonIsolated_cfi.py
Go to the documentation of this file.
2 
3 hltMulti5x5BasicClustersL1NonIsolated = cms.EDProducer("EgammaHLTMulti5x5ClusterProducer",
4  endcapHitProducer = cms.InputTag("hltEcalRegionalEgammaRecHit"),
5  barrelClusterCollection = cms.string('notused'),
6  regionEtaMargin = cms.double(0.3),
7  regionPhiMargin = cms.double(0.4),
8  VerbosityLevel = cms.string('ERROR'),
9  barrelHitCollection = cms.string('EcalRecHitsEB'),
10  doIsolated = cms.bool(False),
11  Multi5x5EndcapSeedThr = cms.double(0.5),
12  l1UpperThr = cms.double(999.0),
13  endcapClusterCollection = cms.string('multi5x5EndcapBasicClusters'),
14  l1LowerThr = cms.double(5.0),
15  l1TagIsolated = cms.InputTag("hltL1extraParticles","Isolated"),
16  doEndcaps = cms.bool(True),
17  Multi5x5BarrelSeedThr = cms.double(0.5),
18  endcapHitCollection = cms.string('EcalRecHitsEE'),
19  l1TagNonIsolated = cms.InputTag("hltL1extraParticles","NonIsolated"),
20  barrelHitProducer = cms.InputTag("hltEcalRegionalEgammaRecHit"),
21  l1LowerThrIgnoreIsolation = cms.double(999.0),
22  RecHitFlagToBeExcluded = cms.vstring(),
23  doBarrel = cms.bool(False),
24  posCalcParameters = cms.PSet( T0_barl = cms.double(7.4),
25  T0_endc = cms.double(3.1),
26  T0_endcPresh = cms.double(1.2),
27  LogWeighted = cms.bool(True),
28  W0 = cms.double(4.2),
29  X0 = cms.double(0.89)
30  )
31 )
32 
33