2 import FWCore.ParameterSet.Config
as cms
3 import RecoEgamma.EgammaTools.calibratedElectronProducer_cfi
as _mod
9 calibratedElectrons = _mod.calibratedElectronProducer.clone(
12 inputElectronsTag = cms.InputTag(
'gsfElectrons'),
14 nameEnergyReg = cms.InputTag(
'eleRegressionEnergy:eneRegForGsfEle'),
15 nameEnergyErrorReg = cms.InputTag(
'eleRegressionEnergy:eneErrorRegForGsfEle'),
17 outputGsfElectronCollectionLabel = cms.string(
'calibratedGsfElectrons'),
19 nameNewEnergyReg = cms.string(
'eneRegForGsfEle'),
20 nameNewEnergyErrorReg = cms.string(
'eneErrorRegForGsfEle'),
24 isMC = cms.bool(
False),
27 verbose = cms.bool(
False),
30 synchronization = cms.bool(
False),
32 updateEnergyError = cms.bool(
True),
37 correctionsType = cms.int32(2),
40 applyLinearityCorrection = cms.bool(
True),
44 combinationType = cms.int32(3),
49 lumiRatio = cms.double(0.0),
57 inputDataset = cms.string(
"22Jan2013ReReco"),
60 combinationRegressionInputPath = cms.string(
"EgammaAnalysis/ElectronTools/data/eleEnergyRegWeights_WithSubClusters_VApr15.root"),
61 scaleCorrectionsInputPath = cms.string(
"EgammaAnalysis/ElectronTools/data/scalesNewReg-May2013.csv"),
62 linearityCorrectionsInputPath = cms.string(
"EgammaAnalysis/ElectronTools/data/linearityNewReg-May2013.csv")