CMS 3D CMS Logo

hltIslandBasicClusters_cfi.py

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

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