CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
particleFlowRecHitECAL_cfi.py
Go to the documentation of this file.
2 
3 particleFlowRecHitECAL = cms.EDProducer("PFRecHitProducerECAL",
4  # is navigation able to cross the barrel-endcap border?
5  crossBarrelEndcapBorder = cms.bool(False),
6  # verbosity
7  verbose = cms.untracked.bool(False),
8  ecalRecHitsEE = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
9  ecalRecHitsEB = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
10  # cell threshold in ECAL barrel
11  thresh_Barrel = cms.double(0.08),
12  # cell threshold in ECAL endcap
13  thresh_Endcap = cms.double(0.3),
14  # Cleaning with timing
15  timing_Cleaning = cms.bool(True),
16  thresh_Cleaning_EB = cms.double(2.0),
17  thresh_Cleaning_EE = cms.double(2.0),
18  # Cleaning with topology
19  topological_Cleaning = cms.bool(True)
20 )
21 
22