Skip to content
Snippets Groups Projects
Commit bdea4484 authored by Ziyue Zhang's avatar Ziyue Zhang
Browse files

WIP: turn off the smearing/ e0 - e1 - l1 - l2

parent c0a8ffb4
No related branches found
No related tags found
1 merge request!39Replacing nu with y
This commit is part of merge request !39. Comments created here will be created in the context of that merge request.
......@@ -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};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment