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

change dvcs-d analysis

parent 03353f96
Branches
No related tags found
1 merge request!100Draft: Diffractive phi benchmark development
...@@ -368,10 +368,10 @@ auto giveme_t_doubleTagging_REC(const std::vector<eic::ReconstructedParticleData ...@@ -368,10 +368,10 @@ auto giveme_t_doubleTagging_REC(const std::vector<eic::ReconstructedParticleData
t_vec.push_back( -1. ); t_vec.push_back( -1. );
} }
else{ else{
TLorentzVector n_beam;
for(auto&i1:parts){ for(auto&i1:parts){
if(i1.genStatus==4&&i1.pdgID==2112) { if(i1.genStatus==4&&i1.pdgID==2112) {
TVector3 n_beam_v3(i1.ps.x,i1.ps.y,i1.ps.z); TVector3 n_beam_v3(i1.ps.x,i1.ps.y,i1.ps.z);
TLorentzVector n_beam;
n_beam.SetVectM(n_beam_v3,0.93957); n_beam.SetVectM(n_beam_v3,0.93957);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment