CMS 3D CMS Logo

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

Variables

tuple _passThruSeeds_HGCal
 PF CLUSTER HGCal ####. More...
 
tuple _positionCalcPCA_HGCal
 
tuple _simClusterMapper_HGCal
 
tuple particleFlowClusterHGCal
 

Variable Documentation

tuple particleFlowClusterHGC_cfi._passThruSeeds_HGCal
Initial value:
1 = cms.PSet(
2  algoName = cms.string("PassThruSeedFinder"),
3  thresholdsByDetector = cms.VPSet(
4  ),
5  nNeighbours = cms.int32(8)
6 )

PF CLUSTER HGCal ####.

Definition at line 8 of file particleFlowClusterHGC_cfi.py.

tuple particleFlowClusterHGC_cfi._positionCalcPCA_HGCal
Initial value:
1 = cms.PSet(
2  algoName = cms.string("Cluster3DPCACalculator"),
3  minFractionInCalc = cms.double(1e-9)
4 )

Definition at line 24 of file particleFlowClusterHGC_cfi.py.

tuple particleFlowClusterHGC_cfi._simClusterMapper_HGCal
Initial value:
1 = cms.PSet(
2  algoName = cms.string("GenericSimClusterMapper"),
3  thresholdsByDetector = cms.VPSet(
4  ),
5  simClusterSrc = cms.InputTag("mix:MergedCaloTruth")
6 )

Definition at line 16 of file particleFlowClusterHGC_cfi.py.

tuple particleFlowClusterHGC_cfi.particleFlowClusterHGCal
Initial value:
1 = cms.EDProducer(
2  "PFClusterProducer",
3  recHitsSource = cms.InputTag("particleFlowRecHitHGC"),
4  recHitCleaners = cms.VPSet(),
5  seedFinder = _passThruSeeds_HGCal,
6  initialClusteringStep = _simClusterMapper_HGCal,
7  pfClusterBuilder = cms.PSet(),
8  positionReCalc = _positionCalcPCA_HGCal,
9  energyCorrector = cms.PSet()
10  )

Definition at line 29 of file particleFlowClusterHGC_cfi.py.