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

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

parent 57a168b9
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.
...@@ -101,11 +101,11 @@ namespace util { ...@@ -101,11 +101,11 @@ namespace util {
first = i; first = i;
second = j; second = j;
best_mass = new_mass; 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) cout<<"jpsi not RCed"<<endl;
if(first != -1){ if(first != -1){
momenta[5].SetPxPyPzE(parts[first].p.x, parts[first].p.y, parts[first].p.z, parts[first].energy); momenta[5].SetPxPyPzE(parts[first].p.x, parts[first].p.y, parts[first].p.z, parts[first].energy);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment