CMS 3D CMS Logo

pfTrackElec_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from RecoParticleFlow.PFTracking.modules import PFElecTkProducer
4 pfTrackElec = PFElecTkProducer()
5 
6 from Configuration.ProcessModifiers.egamma_lowPt_exclusive_cff import egamma_lowPt_exclusive
7 egamma_lowPt_exclusive.toModify(pfTrackElec,MinSCEnergy = 1.0)