Bug fix and add functors FOURMOMENTUM, PX, PY, PZ and ENERGY
Merge request reports
Activity
assigned to @amathad
- Resolved by Patrick Koppenburg
Nice update
! It is good to ping RTA colleagues for cross-project work - @mvesteri and @poluekt.Quick question from me (did not compare both codes): what is the difference between
MASS
andMM
? We've had discussions on these 2 also in legacy code and better be sure that we do need both.(And link, of course, to the relevant DPA task ;-).)
Edited by Eduardo Rodrigues
- Resolved by Abhijit Mathad
Is there a functor left that returns a mass error?
mentioned in issue Moore#351 (closed)
assigned to @lpica
- Resolved by Abhijit Mathad
Hi @amathad, any news on this?
added 72 commits
-
412604bb...6f636bb6 - 71 commits from branch
master
- a693340c - Merge branch 'master' into chenchen
-
412604bb...6f636bb6 - 71 commits from branch
added 1 commit
- 0096d161 - modifications to include functor library itself
mentioned in merge request DaVinci!595 (merged)
- Resolved by Abhijit Mathad
For v1 there is an MR (DaVinci!595 (merged)) with unit test. Are there pre-existing tests for
v2
that I can add these functors to?Also an FYI (@mvesteri and @pkoppenb ): As there was talk of doing vector algebra with ThOr functors in this thread, here I had an option for
F.FOURMOMENTUM
to returnROOT::Math::PxPyPzEVector
orLHCb::LinAlg::Vec<T, 4>
(which is used everywhere within ThOr and for v2). I thought of adding a flag to return either of them, but went for ROOT option as it is well supported.