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("PFRecHitProducerPS",
4  # cell threshold in barrel
5  thresh_Barrel = cms.double(7e-06),
6  ecalRecHitsES = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
7  # cell threshold in endcap
8  thresh_Endcap = cms.double(7e-06),
9  # verbosity
10  verbose = cms.untracked.bool(False)
11 )
12 
13