From 535b0c107743042b1088c7efd413cebb16040ac1 Mon Sep 17 00:00:00 2001 From: Gerald Grenier Date: Tue, 7 May 2024 16:02:59 +0200 Subject: [PATCH] Update GammaGammaSolutionFinder input collection parameters to match Marlin Processor Code --- StandardConfig/production/HighLevelReco/HighLevelReco.py | 8 +++++--- .../production/HighLevelReco/HighLevelReco.xml | 9 ++++++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/StandardConfig/production/HighLevelReco/HighLevelReco.py b/StandardConfig/production/HighLevelReco/HighLevelReco.py index 8fa8e776..b414e197 100644 --- a/StandardConfig/production/HighLevelReco/HighLevelReco.py +++ b/StandardConfig/production/HighLevelReco/HighLevelReco.py @@ -137,9 +137,11 @@ MyGammaGammaSolutionFinder.OutputLevel = INFO MyGammaGammaSolutionFinder.ProcessorType = "GammaGammaSolutionFinder" MyGammaGammaSolutionFinder.Parameters = { - "InputParticleCollectionName1": ["GammaGammaCandidatePi0s"], - "InputParticleCollectionName2": ["GammaGammaCandidateEtas"], - "InputParticleCollectionName3": ["GammaGammaCandidateEtaPrimes"], + "GammaGammaCandidateCollections" : [ + "GammaGammaCandidatePi0s", + "GammaGammaCandidateEtas", + "GammaGammaCandidateEtaPrimes", + ], "OutputParticleCollectionName": ["GammaGammaParticles"], "Printing": ["0"], } diff --git a/StandardConfig/production/HighLevelReco/HighLevelReco.xml b/StandardConfig/production/HighLevelReco/HighLevelReco.xml index 501103b7..a554d497 100644 --- a/StandardConfig/production/HighLevelReco/HighLevelReco.xml +++ b/StandardConfig/production/HighLevelReco/HighLevelReco.xml @@ -95,9 +95,12 @@ - - - + + GammaGammaCandidatePi0s + GammaGammaCandidateEtas + GammaGammaCandidateEtaPrimes + +