Skip to content
Snippets Groups Projects

Replacing nu with y

Merged Ziyue Zhang requested to merge ziyue_work_branch into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -218,9 +218,9 @@ namespace util {
@@ -218,9 +218,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_prime.Dot(Delta_prime);
t = Delta_prime.Dot(Delta_prime);
//}else{
//}else{
t = Delta.Dot(Delta);
//t = Delta.Dot(Delta);
//}
//}
double y = q.Dot(P) / k.Dot(P);
double y = q.Dot(P) / k.Dot(P);
inv_quant quantities = {nu, Q2, Q2/2./P.mass()/nu, y, t};
inv_quant quantities = {nu, Q2, Q2/2./P.mass()/nu, y, t};
Loading