CMS 3D CMS Logo

Variables

hltEgammaNxNClusters_cfi Namespace Reference

Variables

tuple hltSimple3x3Clusters

Variable Documentation

Initial value:
00001 cms.EDProducer("EgammaHLTNxNClusterProducer",
00002    barrelHitProducer = cms.InputTag('hltEcalRegionalPi0EtaRecHit','EcalRecHitsEB' ),
00003    endcapHitProducer = cms.InputTag('hltEcalRegionalPi0EtaRecHit','EcalRecHitsEE' ),
00004    useRecoFlag = cms.bool( False ),
00005    flagLevelRecHitsToUse = cms.int32( 1 ),
00006    useDBStatus = cms.bool( True ),
00007    statusLevelRecHitsToUse = cms.int32( 1 ),
00008    barrelClusterCollection  = cms.string("Simple3x3ClustersBarrel"),
00009    endcapClusterCollection  = cms.string("Simple3x3ClustersEndcap"),
00010    clusSeedThr = cms.double( 0.5 ),
00011    clusSeedThrEndCap = cms.double( 1.0),
00012    doBarrel = cms.bool( True ),
00013    doEndcaps = cms.bool( True ),
00014    clusEtaSize = cms.int32(3),
00015    clusPhiSize = cms.int32(3),
00016    maxNumberofSeeds = cms.int32( 1000 ),
00017    maxNumberofClusters = cms.int32( 200 ),
00018    debugLevel = cms.int32( 0 ),
00019    posCalcParameters = cms.PSet( T0_barl      = cms.double(7.4),
00020                                  T0_endc      = cms.double(3.1),        
00021                                  T0_endcPresh = cms.double(1.2),
00022                                  LogWeighted  = cms.bool(True),
00023                                  W0           = cms.double(4.2),
00024                                  X0           = cms.double(0.89)
00025                                  )                                  
00026 )

Definition at line 3 of file hltEgammaNxNClusters_cfi.py.