Skip to content

Implement fourMomentum for ChargedBasics

Miguel Ramos Pernas requested to merge mramospe-fix-particle-combination into master

The fact that the ChargedBasics objects are a zip of tracks and masses means that we can not define a fourMomentum member function. The absence of this function is making any combination using v2 particles fail (detected at runtime in Moore). This MR defines an external function taking its proxy as an argument taking advantage of the ADL machinery introduced with Rec!2631 (merged) and Rec!2653 (merged).

Related to Rec!2689 (merged), Moore!1274 (merged)

Edited by Miguel Ramos Pernas

Merge request reports