Skip to content
Snippets Groups Projects

Replacing nu with y

Merged Ziyue Zhang requested to merge ziyue_work_branch into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -75,7 +75,6 @@ namespace util {
for(int i = 0 ; i < parts.size() ; i++){
if(parts[i].pid!=2212) continue;
momenta[3].SetPxPyPzE(parts[i].p.x, parts[i].p.y, parts[i].p.z, parts[i].energy);
cout<<Form("Recoil Proton: (px, py, pz, mass) = (%f, %f, %f, %f)", parts[i].p.x, parts[i].p.y, parts[i].p.z, parts[i].mass)<<endl;
}
@@ -102,7 +101,9 @@ namespace util {
first = i;
second = j;
best_mass = new_mass;
cout<<Form("first = %d, second = %d, jpsi new mass = %f", i, j, best_mass)<<endl;
}
}
}
if(first != -1){
Loading