Skip to content
Snippets Groups Projects
Commit c2552b83 authored by Baptiste Ravina's avatar Baptiste Ravina Committed by Johannes Elmsheuser
Browse files

CPAlgorithms: Fix trigger matching selection name

CPAlgorithms: Fix trigger matching selection name
parent 08719513
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ class TriggerAnalysisSFBlock (ConfigBlock): ...@@ -121,7 +121,7 @@ class TriggerAnalysisSFBlock (ConfigBlock):
alg.isRun3Geo = config.geometry() == LHCPeriod.Run3 alg.isRun3Geo = config.geometry() == LHCPeriod.Run3
alg.scaleFactorDecoration = 'globalTriggerEffSF_%SYS%' alg.scaleFactorDecoration = 'globalTriggerEffSF_%SYS%'
alg.matchingDecoration = 'globalTriggerMatch_%SYS%' alg.matchingDecoration = 'globalTriggerMatch_%SYS%'
alg.eventDecisionOutputDecoration = 'dontsave_%SYS%' alg.eventDecisionOutputDecoration = 'globalTriggerMatch_dontsave_%SYS%'
alg.doMatchingOnly = config.dataType() is DataType.Data or noSF alg.doMatchingOnly = config.dataType() is DataType.Data or noSF
alg.noFilter = self.noFilter alg.noFilter = self.noFilter
alg.electronID = self.electronID alg.electronID = self.electronID
......
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