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

WIP: rec_ordered(rec) and sim_ordered(sim) debug

parent c7440dd4
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.
...@@ -205,9 +205,9 @@ namespace util { ...@@ -205,9 +205,9 @@ namespace util {
double Q2 = -q.Dot(q); double Q2 = -q.Dot(q);
double t = 0.; double t = 0.;
if(parts[4].px() == 0. && parts[4].py() == 0. && parts[4].pz() == 0. && parts[4].mass() == 0.){ if(parts[4].px() == 0. && parts[4].py() == 0. && parts[4].pz() == 0. && parts[4].mass() == 0.){
t = Delta.Dot(Delta);
}else{
t = Delta_prime.Dot(Delta_prime); t = Delta_prime.Dot(Delta_prime);
}else{
t = Delta.Dot(Delta);
} }
inv_quant quantities = {nu, Q2, Q2/2./P.mass()/nu, t}; inv_quant quantities = {nu, Q2, Q2/2./P.mass()/nu, t};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment