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

Definition at line 3 of file particleFlowRecHitPS_cfi.py.