CMS 3D CMS Logo

ecalDrivenElectronSeeds_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from RecoEgamma.EgammaIsolationAlgos.egammaHBHERecHitThreshold_cff import egammaHBHERecHit
4 
5 import RecoEgamma.EgammaElectronProducers.ecalDrivenElectronSeedsDefault_cfi as _ecalSeeds
6 ecalDrivenElectronSeeds = _ecalSeeds.ecalDrivenElectronSeedsDefault.clone(
7  hbheRecHits = egammaHBHERecHit.hbheRecHits,
8  recHitEThresholdHB = egammaHBHERecHit.recHitEThresholdHB,
9  recHitEThresholdHE = egammaHBHERecHit.recHitEThresholdHE,
10  maxHcalRecHitSeverity = egammaHBHERecHit.maxHcalRecHitSeverity
11 )