Skip to content
Snippets Groups Projects
Commit 6323f16e authored by Baptiste Ravina's avatar Baptiste Ravina Committed by Tadej Novak
Browse files

CPAlgorithms: Use SIMPLIFIED systematic model for Run 2 electron isolation

CPAlgorithms: Use SIMPLIFIED systematic model for Run 2 electron isolation
parent ee70a92a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment