Skip to content
Snippets Groups Projects

Replacing nu with y

Merged Ziyue Zhang requested to merge ziyue_work_branch into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -101,11 +101,11 @@ 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;
}
}
}
cout<<Form("first = %d, second = %d, jpsi new mass = %f", first, second, best_mass)<<endl;
if(first == -1) cout<<"jpsi not RCed"<<endl;
if(first != -1){
momenta[5].SetPxPyPzE(parts[first].p.x, parts[first].p.y, parts[first].p.z, parts[first].energy);
Loading