Main Page
Namespaces
Classes
Package Documentation
src
RecoEgamma
EgammaElectronProducers
python
lowPtGsfElectronSeedValueMaps_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
# Low pT Electron value maps
3
from
RecoEgamma.EgammaElectronProducers.lowPtGsfElectronSeedValueMaps_cfi
import
lowPtGsfElectronSeedValueMaps
4
5
# Low pT Electron value maps, rekeyed by reco::GsfElectron
6
rekeyLowPtGsfElectronSeedValueMaps = lowPtGsfElectronSeedValueMaps.clone(
7
rekey=
True
,
8
gsfElectrons=
"lowPtGsfElectrons"
,
9
floatValueMaps=[
"lowPtGsfElectronSeedValueMaps:unbiased"
,
10
"lowPtGsfElectronSeedValueMaps:ptbiased"
],
11
)
Generated for CMSSW Reference Manual by
1.8.11