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

change dvcs-d analysis

parent 208a390c
Branches
No related tags found
1 merge request!100Draft: Diffractive phi benchmark development
...@@ -367,6 +367,7 @@ auto giveme_t_doubleTagging_REC(const std::vector<eic::ReconstructedParticleData ...@@ -367,6 +367,7 @@ auto giveme_t_doubleTagging_REC(const std::vector<eic::ReconstructedParticleData
} }
if(nOut.Px()<1e-9||pOut.Px()<1e-9){ if(nOut.Px()<1e-9||pOut.Px()<1e-9){
t_vec.push_back( -1. ); t_vec.push_back( -1. );
cout << "no " << -(nOut-pOut).Mag2() << endl;
} }
else{ else{
t_vec.push_back( -(nOut-pOut).Mag2() ); t_vec.push_back( -(nOut-pOut).Mag2() );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment