Skip to content
Snippets Groups Projects
Commit c9d76dd0 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Merge branch 'tfulghes-remove-duplicate-functor' into 'master'

Follows Rec!3217

See merge request !795
parents b50503c7 9507c86c
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!795Follows https://gitlab.cern.ch/lhcb/Rec/-/merge_requests/3217
Pipeline #4812784 passed
......@@ -72,7 +72,7 @@ def main(options: Options):
"Asym_PT":
F.ASYM(Functor=F.PT, Relations=ftAlg_Rels),
"Num_tracks":
F.VALUE_OR(0) @ F.NINCONE(Relations=ftAlg_Rels),
F.VALUE_OR(0) @ F.MAP_INPUT_SIZE(Relations=ftAlg_Rels),
})
variables_all = FunctorCollection({'THOR_P': F.P, 'THOR_PT': F.PT})
......
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