Skip to content
Snippets Groups Projects
Commit 8f240165 authored by Patrick Koppenburg's avatar Patrick Koppenburg :leaves:
Browse files

Adapt python

parent 9e5af3e3
No related branches found
No related tags found
1 merge request!2504Add functor to access decaytreefitted particles
Pipeline #3194370 failed
This commit is part of merge request !2504. Comments created here will be created in the context of that merge request.
......@@ -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')])
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