Skip to content
Snippets Groups Projects

Tupling - update unit tests and add vector functors

Merged Abhijit Mathad requested to merge AM_MomentumFunctors into master
Files
3
@@ -51,7 +51,17 @@ variables_jpsi = FunctorCollection({
'LOKI_Muonm_PT':
'CHILD(PT, 2)',
'THOR_PT':
F.PT
F.PT,
'THOR_PX':
F.PX,
'THOR_PY':
F.PY,
'THOR_PZ':
F.PZ,
'THOR_PE':
F.ENERGY,
'THOR_FourMom_P':
F.FOURMOMENTUM,
})
#FunTuple: extend the collection given dictionary
#In case of common entries (i.e. common key and not functor code) the program warns user and overwrites the previous entry
Loading