Skip to content
Snippets Groups Projects
Commit 9507c86c authored by Tommaso Fulghesu's avatar Tommaso Fulghesu Committed by Sebastien Ponce
Browse files

Follows Rec!3217

parent b50503c7
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
......@@ -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