CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
particleFlowRecHitPS_cfi.py
Go to the documentation of this file.
2 
3 particleFlowRecHitPS = cms.EDProducer("PFRecHitProducer",
4  navigator = cms.PSet(
5  name = cms.string("PFRecHitPreshowerNavigator")
6  ),
7  producers = cms.VPSet(
8  cms.PSet(
9  name = cms.string("PFPSRecHitCreator"),
10  src = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
11  qualityTests = cms.VPSet(
12  cms.PSet(
13  name = cms.string("PFRecHitQTestThreshold"),
14  threshold = cms.double(7e-6)
15  )
16  )
17  )
18  )
19 
20 )
21