test
CMS 3D CMS Logo

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

Variables

tuple particleFlowRecHitPS
 

Variable Documentation

tuple particleFlowRecHitPS_cfi.particleFlowRecHitPS
Initial value:
1 = cms.EDProducer("PFRecHitProducer",
2  navigator = cms.PSet(
3  name = cms.string("PFRecHitPreshowerNavigator")
4  ),
5  producers = cms.VPSet(
6  cms.PSet(
7  name = cms.string("PFPSRecHitCreator"),
8  src = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
9  qualityTests = cms.VPSet(
10  cms.PSet(
11  name = cms.string("PFRecHitQTestThreshold"),
12  threshold = cms.double(7e-6)
13  )
14  )
15  )
16  )
17 
18 )

Definition at line 3 of file particleFlowRecHitPS_cfi.py.