CMS 3D CMS Logo

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

Variables

tuple particleFlowRecHitECAL
 

Variable Documentation

tuple particleFlowRecHitECAL_cfi.particleFlowRecHitECAL
Initial value:
1 = cms.EDProducer("PFRecHitProducerECAL",
2  # is navigation able to cross the barrel-endcap border?
3  crossBarrelEndcapBorder = cms.bool(False),
4  # verbosity
5  verbose = cms.untracked.bool(False),
6  ecalRecHitsEE = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
7  ecalRecHitsEB = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
8  # cell threshold in ECAL barrel
9  thresh_Barrel = cms.double(0.08),
10  # cell threshold in ECAL endcap
11  thresh_Endcap = cms.double(0.3),
12  # Cleaning with timing
13  timing_Cleaning = cms.bool(True),
14  thresh_Cleaning_EB = cms.double(2.0),
15  thresh_Cleaning_EE = cms.double(2.0),
16  # Cleaning with topology
17  topological_Cleaning = cms.bool(True)
18 )

Definition at line 3 of file particleFlowRecHitECAL_cfi.py.