CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
hltEgammaNxNClusters_cfi Namespace Reference

Variables

tuple hltSimple3x3Clusters
 

Variable Documentation

tuple hltEgammaNxNClusters_cfi.hltSimple3x3Clusters
Initial value:
1 = cms.EDProducer("EgammaHLTNxNClusterProducer",
2  barrelHitProducer = cms.InputTag('hltEcalRegionalPi0EtaRecHit','EcalRecHitsEB' ),
3  endcapHitProducer = cms.InputTag('hltEcalRegionalPi0EtaRecHit','EcalRecHitsEE' ),
4  useRecoFlag = cms.bool( False ),
5  flagLevelRecHitsToUse = cms.int32( 1 ),
6  useDBStatus = cms.bool( True ),
7  statusLevelRecHitsToUse = cms.int32( 1 ),
8  barrelClusterCollection = cms.string("Simple3x3ClustersBarrel"),
9  endcapClusterCollection = cms.string("Simple3x3ClustersEndcap"),
10  clusSeedThr = cms.double( 0.5 ),
11  clusSeedThrEndCap = cms.double( 1.0),
12  doBarrel = cms.bool( True ),
13  doEndcaps = cms.bool( True ),
14  clusEtaSize = cms.int32(3),
15  clusPhiSize = cms.int32(3),
16  maxNumberofSeeds = cms.int32( 1000 ),
17  maxNumberofClusters = cms.int32( 200 ),
18  debugLevel = cms.int32( 0 ),
19  posCalcParameters = cms.PSet( T0_barl = cms.double(7.4),
20  T0_endc = cms.double(3.1),
21  T0_endcPresh = cms.double(1.2),
22  LogWeighted = cms.bool(True),
23  W0 = cms.double(4.2),
24  X0 = cms.double(0.89)
25  )
26 )

Definition at line 3 of file hltEgammaNxNClusters_cfi.py.