2 import FWCore.ParameterSet.Config
as cms
9 calibratedElectrons = cms.EDProducer(
"CalibratedElectronProducer",
12 inputElectronsTag = cms.InputTag(
'gsfElectrons'),
14 nameEnergyReg = cms.InputTag(
'eleRegressionEnergy:eneRegForGsfEle'),
15 nameEnergyErrorReg = cms.InputTag(
'eleRegressionEnergy:eneErrorRegForGsfEle'),
17 recHitCollectionEB = cms.InputTag(
'reducedEcalRecHitsEB'),
18 recHitCollectionEE = cms.InputTag(
'reducedEcalRecHitsEE'),
20 outputGsfElectronCollectionLabel = cms.string(
'calibratedGsfElectrons'),
22 nameNewEnergyReg = cms.string(
'eneRegForGsfEle'),
23 nameNewEnergyErrorReg = cms.string(
'eneErrorRegForGsfEle'),
27 isMC = cms.bool(
False),
30 verbose = cms.bool(
False),
33 synchronization = cms.bool(
False),
35 updateEnergyError = cms.bool(
True),
40 correctionsType = cms.int32(2),
43 applyLinearityCorrection = cms.bool(
True),
47 combinationType = cms.int32(3),
52 lumiRatio = cms.double(0.0),
60 inputDataset = cms.string(
"22Jan2013ReReco"),
63 combinationRegressionInputPath = cms.string(
"EgammaAnalysis/ElectronTools/data/eleEnergyRegWeights_WithSubClusters_VApr15.root"),
64 scaleCorrectionsInputPath = cms.string(
"EgammaAnalysis/ElectronTools/data/scalesNewReg-May2013.csv"),
65 linearityCorrectionsInputPath = cms.string(
"EgammaAnalysis/ElectronTools/data/linearityNewReg-May2013.csv")