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

change dvcs-d analysis

parent 1d925a30
No related branches found
No related tags found
1 merge request!100Draft: Diffractive phi benchmark development
......@@ -370,7 +370,7 @@ auto giveme_t_doubleTagging_REC(const std::vector<eic::ReconstructedParticleData
else{
for(auto&i1:parts){
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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment