Skip to content
Snippets Groups Projects

Update tagging array qmtest including mctruth infos

Merged Davide Fazzini requested to merge dfazzini_update_tagging_test into master
@@ -61,8 +61,8 @@ def main(options: Options):
MCTRUTH_pions = lambda func: F.MAP_INPUT(Functor=func, Relations=mctruth_pions.MCAssocTable)
#make collection of functors
#N.B: a default value has to be defined for functors returning an integer (or an array
#of integers) in case the output is empty: e.g. "TRUEID" or "TagTr_TRUEKEY[nTags]".
#N.B: a default value has to be defined for functors returning an int/bool value (or an array of int/bool values)
#in case the output is empty: e.g. "TRUEID" or "TagTr_TRUEKEY[nTags]".
variables_B = FC({
'THOR_MASS':
F.MASS,
Loading