Skip to content
Snippets Groups Projects

CPAlgorithms: Use SIMPLIFIED systematic model for Run 2 electron isolation

Merged Baptiste Ravina requested to merge ravinab-main-patch-1708 into main
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -394,6 +394,7 @@ class ElectronWorkingPointConfig (ConfigBlock) :
PATCore.ParticleDataType.Full
if config.geometry() == LHCPeriod.Run2:
alg.efficiencyCorrectionTool.MapFilePath = "ElectronEfficiencyCorrection/2015_2018/rel21.2/Precision_Summer2020_v1/map4.txt"
alg.efficiencyCorrectionTool.CorrelationModel = "SIMPLIFIED" # remove when Run 2 R25 recommendations are available!
alg.outOfValidity = 2 #silent
alg.outOfValidityDeco = 'el_isol_bad_eff' + selectionPostfix
alg.electrons = config.readName (self.containerName)
Loading