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

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

parent 2c06eee8
Branches
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.
...@@ -106,6 +106,7 @@ namespace util { ...@@ -106,6 +106,7 @@ namespace util {
} }
} }
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);
momenta[6].SetPxPyPzE(parts[second].p.x, parts[second].p.y, parts[second].p.z, parts[second].energy); momenta[6].SetPxPyPzE(parts[second].p.x, parts[second].p.y, parts[second].p.z, parts[second].energy);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment