From 21a0bb1d80679b4045a23c95e57d503c1de5bae0 Mon Sep 17 00:00:00 2001 From: Ziyue Zhang <Ziyue_Zhang@localhost.localdomain> Date: Thu, 25 Feb 2021 11:08:00 -0600 Subject: [PATCH] WIP: Try out Dummy --- include/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/util.h b/include/util.h index 9d66841b..3460bbc2 100644 --- a/include/util.h +++ b/include/util.h @@ -88,7 +88,7 @@ namespace util { const double py = 0.; const double pz = 0.; const double mass = 0.;*/ - return ROOT::Math::PxPyPzMVector{part.p.x, part.p.y, part.p.z, part.mass}; + return ROOT::Math::PxPyPzMVector{part.p.x, part.p.y, part.p.z, part.mass()}; }); return momenta; } -- GitLab