Variables | |
tuple | particleFlowRecHitECAL |
00001 cms.EDProducer("PFRecHitProducerECAL", 00002 # is navigation able to cross the barrel-endcap border? 00003 crossBarrelEndcapBorder = cms.bool(False), 00004 # verbosity 00005 verbose = cms.untracked.bool(False), 00006 ecalRecHitsEE = cms.InputTag("ecalRecHit","EcalRecHitsEE"), 00007 ecalRecHitsEB = cms.InputTag("ecalRecHit","EcalRecHitsEB"), 00008 # cell threshold in ECAL barrel 00009 thresh_Barrel = cms.double(0.08), 00010 # cell threshold in ECAL endcap 00011 thresh_Endcap = cms.double(0.3), 00012 # Cleaning with timing 00013 timing_Cleaning = cms.bool(True), 00014 thresh_Cleaning_EB = cms.double(2.0), 00015 thresh_Cleaning_EE = cms.double(2.0), 00016 # Cleaning with topology 00017 topological_Cleaning = cms.bool(True) 00018 )
Definition at line 3 of file particleFlowRecHitECAL_cfi.py.