CMS 3D CMS Logo

lowPtGsfElectronSeedValueMaps_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from RecoEgamma.EgammaElectronProducers.defaultLowPtGsfElectronSeedValueMaps_cfi import defaultLowPtGsfElectronSeedValueMaps
4 
5 lowPtGsfElectronSeedValueMaps = defaultLowPtGsfElectronSeedValueMaps.clone(
6  ModelNames = cms.vstring(['unbiased','ptbiased'])
7  )