CMS 3D CMS Logo

Variables

particleFlowRecHitPS_cfi Namespace Reference

Variables

tuple particleFlowRecHitPS

Variable Documentation

Initial value:
00001 cms.EDProducer("PFRecHitProducerPS",
00002     # cell threshold in barrel 
00003     thresh_Barrel = cms.double(7e-06),
00004     ecalRecHitsES = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
00005     # cell threshold in endcap 
00006     thresh_Endcap = cms.double(7e-06),
00007     # verbosity 
00008     verbose = cms.untracked.bool(False)
00009 )

Definition at line 3 of file particleFlowRecHitPS_cfi.py.