CMS 3D CMS Logo

gsfElectronProducer_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.gsfElectronProducerDefault_cfi as _gsfProd
6 gsfElectronProducer = _gsfProd.gsfElectronProducerDefault.clone(
7  hbheRecHits = egammaHBHERecHit.hbheRecHits,
8  recHitEThresholdHB = egammaHBHERecHit.recHitEThresholdHB,
9  recHitEThresholdHE = egammaHBHERecHit.recHitEThresholdHE,
10  maxHcalRecHitSeverity = egammaHBHERecHit.maxHcalRecHitSeverity
11 )