From bdea4484cac14aed56b69fdedca60da55b626573 Mon Sep 17 00:00:00 2001
From: Ziyue Zhang <Ziyue_Zhang@localhost.localdomain>
Date: Thu, 11 Mar 2021 14:56:14 -0600
Subject: [PATCH] WIP: turn off the smearing/ e0 - e1 - l1 - l2

---
 benchmarks/dvmp/analysis/dvmp.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/benchmarks/dvmp/analysis/dvmp.h b/benchmarks/dvmp/analysis/dvmp.h
index 5c743eae..7271465d 100644
--- a/benchmarks/dvmp/analysis/dvmp.h
+++ b/benchmarks/dvmp/analysis/dvmp.h
@@ -218,9 +218,9 @@ namespace util {
     double    Q2         = -q.Dot(q);
     double t = 0.;
     //if(parts[4].px() == 0. && parts[4].py() == 0. && parts[4].pz() == 0. && parts[4].mass() == 0.){
-        //t = Delta_prime.Dot(Delta_prime);
+        t = Delta_prime.Dot(Delta_prime);
     //}else{
-        t = Delta.Dot(Delta);
+        //t = Delta.Dot(Delta);
     //}
     double y = q.Dot(P) / k.Dot(P);
     inv_quant quantities = {nu, Q2, Q2/2./P.mass()/nu, y, t};
-- 
GitLab