Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:50

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from RecoEgamma.EgammaIsolationAlgos.egammaHBHERecHitThreshold_cff import egammaHBHERecHit
0004 
0005 import RecoEgamma.EgammaElectronProducers.ecalDrivenElectronSeedsDefault_cfi as _ecalSeeds
0006 ecalDrivenElectronSeeds = _ecalSeeds.ecalDrivenElectronSeedsDefault.clone(
0007     hbheRecHits = egammaHBHERecHit.hbheRecHits,
0008     recHitEThresholdHB = egammaHBHERecHit.recHitEThresholdHB,
0009     recHitEThresholdHE = egammaHBHERecHit.recHitEThresholdHE,
0010     usePFThresholdsFromDB = egammaHBHERecHit.usePFThresholdsFromDB,
0011     maxHcalRecHitSeverity = egammaHBHERecHit.maxHcalRecHitSeverity
0012 )