From 8f240165079daae95933c1007b665a37e04cf449 Mon Sep 17 00:00:00 2001 From: Patrick Koppenburg <patrick.koppenburg@cern.ch> Date: Tue, 2 Nov 2021 15:58:44 +0100 Subject: [PATCH] Adapt python --- Phys/FunctorCore/python/Functors/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Phys/FunctorCore/python/Functors/__init__.py b/Phys/FunctorCore/python/Functors/__init__.py index 87af34e7bc8..1671d97c565 100644 --- a/Phys/FunctorCore/python/Functors/__init__.py +++ b/Phys/FunctorCore/python/Functors/__init__.py @@ -451,11 +451,12 @@ POD = Functor( Params=[('Functor', 'The functor to convert the return value of.', BoundFunctor)]) +## for the time being only PT MAP_INPUT = Functor( 'MAP_INPUT', - 'Adapters::ParticleMapper', + 'Adapters::ParticleMapper_PT', 'Adapters.h', '''Apply a functor on the output of DecayTreeFitterAlg or similar''', - Params=[('Functor', "The functor to apply to the particle.", BoundFunctor), + Params=[ # ('Functor', "The functor to apply to the particle.", BoundFunctor), ('Relations', 'TES location of relation table', DataHandle)], TemplateParams=[('RelationsType', 'Input relations container type')]) -- GitLab