Skip to content

Commit 73a5609

Browse files
author
Paul Gaigne
committed
Updated EpCombination parameters for calibratedEgamma configs (used in the reapplication of the scale and smearing in Mini and Nano)
1 parent 92baeed commit 73a5609

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

RecoEgamma/EgammaTools/python/calibratedEgammas_cff.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,36 +31,36 @@
3131
recHitCollectionEE = 'reducedEgamma:reducedEERecHits'
3232
)
3333

34+
# This is now the same configuration as the one used in the Egamma regression v3 in 106XUL
3435
ecalTrkCombinationRegression = cms.PSet(
3536
ecalTrkRegressionConfig = cms.PSet(
36-
rangeMinLowEt = cms.double(-1.),
37-
rangeMaxLowEt = cms.double(3.0),
38-
rangeMinHighEt = cms.double(-1.),
39-
rangeMaxHighEt = cms.double(3.0),
40-
lowEtHighEtBoundary = cms.double(50.),
37+
rangeMinLowEt = cms.double(0.2),
38+
rangeMaxLowEt = cms.double(2.0),
39+
rangeMinHighEt = cms.double(0.2),
40+
rangeMaxHighEt = cms.double(2.0),
41+
lowEtHighEtBoundary = cms.double(999999.),
4142
forceHighEnergyTrainingIfSaturated = cms.bool(False),
42-
ebLowEtForestName = cms.ESInputTag('', 'electron_eb_ECALTRK_lowpt'),
43-
ebHighEtForestName = cms.ESInputTag('', 'electron_eb_ECALTRK'),
44-
eeLowEtForestName = cms.ESInputTag('', 'electron_ee_ECALTRK_lowpt'),
45-
eeHighEtForestName = cms.ESInputTag('', 'electron_ee_ECALTRK')
43+
ebLowEtForestName = cms.ESInputTag("", 'electron_eb_ecalTrk_1To300_0p2To2_mean'),
44+
ebHighEtForestName = cms.ESInputTag("", 'electron_eb_ecalTrk_1To300_0p2To2_mean'),
45+
eeLowEtForestName = cms.ESInputTag("", 'electron_ee_ecalTrk_1To300_0p2To2_mean'),
46+
eeHighEtForestName = cms.ESInputTag("", 'electron_ee_ecalTrk_1To300_0p2To2_mean'),
4647
),
4748
ecalTrkRegressionUncertConfig = cms.PSet(
4849
rangeMinLowEt = cms.double(0.0002),
4950
rangeMaxLowEt = cms.double(0.5),
5051
rangeMinHighEt = cms.double(0.0002),
5152
rangeMaxHighEt = cms.double(0.5),
52-
lowEtHighEtBoundary = cms.double(50.),
53+
lowEtHighEtBoundary = cms.double(999999.),
5354
forceHighEnergyTrainingIfSaturated = cms.bool(False),
54-
ebLowEtForestName = cms.ESInputTag('', 'electron_eb_ECALTRK_lowpt_var'),
55-
ebHighEtForestName = cms.ESInputTag('', 'electron_eb_ECALTRK_var'),
56-
eeLowEtForestName = cms.ESInputTag('', 'electron_ee_ECALTRK_lowpt_var'),
57-
eeHighEtForestName = cms.ESInputTag('', 'electron_ee_ECALTRK_var')
55+
ebLowEtForestName = cms.ESInputTag("", 'electron_eb_ecalTrk_1To300_0p0002To0p5_sigma'),
56+
ebHighEtForestName = cms.ESInputTag("", 'electron_eb_ecalTrk_1To300_0p0002To0p5_sigma'),
57+
eeLowEtForestName = cms.ESInputTag("", 'electron_ee_ecalTrk_1To300_0p0002To0p5_sigma'),
58+
eeHighEtForestName = cms.ESInputTag("", 'electron_ee_ecalTrk_1To300_0p0002To0p5_sigma'),
5859
),
5960
maxEcalEnergyForComb=cms.double(200.),
6061
minEOverPForComb=cms.double(0.025),
6162
maxEPDiffInSigmaForComb=cms.double(15.),
62-
maxRelTrkMomErrForComb=cms.double(10.),
63-
63+
maxRelTrkMomErrForComb=cms.double(10.),
6464
)
6565

6666
import RecoEgamma.EgammaTools.calibratedElectronProducer_cfi as _mod_ele

0 commit comments

Comments
 (0)