Skip to content
Snippets Groups Projects
Commit d825c4ce authored by Kong Tu's avatar Kong Tu
Browse files

change

parent da7d5fb9
Branches
No related tags found
1 merge request!100Draft: Diffractive phi benchmark development
...@@ -55,7 +55,7 @@ int dvcs_ep_analysis(const std::string& config_name) ...@@ -55,7 +55,7 @@ int dvcs_ep_analysis(const std::string& config_name)
//y,Q2 cuts //y,Q2 cuts
auto kineCut = [](const ROOT::VecOps::RVec<float>& qsq, const ROOT::VecOps::RVec<float>& x_rec) { auto kineCut = [](const ROOT::VecOps::RVec<float>& qsq, const ROOT::VecOps::RVec<float>& x_rec) {
if(qsq.size()<1||x_rec.size()<1) return 0; if(qsq.size()<1||x_rec.size()<1) return 0;
if(qsq[0] > 1. && qsq[0] < 15. && x_rec[0] < 1 && x_rec[0] > 0.004) return 1; if(qsq[0] > 10. && qsq[0] < 15. && x_rec[0] < 0.006 && x_rec[0] > 0.004) return 1;
else return 0; else return 0;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment