Skip to content
Snippets Groups Projects
Commit 884a2f8e authored by Pierre Morfouace's avatar Pierre Morfouace
Browse files

updating ana_e850 project

parent cf802843
No related branches found
No related tags found
No related merge requests found
Pipeline #394024 passed
......@@ -154,7 +154,7 @@ void Analysis::TreatEvent(){
VamosAnalysis();
PistaAnalysis();
ExogamAnalysis();
//ExogamAnalysis();
}
////////////////////////////////////////////////////////////////////////////////
......@@ -173,10 +173,10 @@ void Analysis::ExogamAnalysis(){
if(FF_Theta!=-100){
Exo_cosa = sin(FF_Theta)*cos(FF_Phi)*sin(Exo_Theta)*cos(Exo_Phi) + sin(FF_Theta)*sin(FF_Phi)*sin(Exo_Theta)*sin(Exo_Phi) + cos(FF_Theta)*cos(Exo_Theta);
//Exo_cosa = sin(0)*cos(0)*sin(Exo_Theta)*cos(Exo_Phi) + sin(0)*sin(0)*sin(Exo_Theta)*sin(Exo_Phi) + cos(0)*cos(Exo_Theta);
Exo_EDC_vamos = EXOGAM->CorrectionDoppler(Exo_Theta,Exo_Phi,FF_Theta,FF_Phi,FF_Beta13,Exo_E);
//Exo_EDC_vamos = EXOGAM->CorrectionDoppler(Exo_Theta,Exo_Phi,FF_Theta,FF_Phi,FF_Beta13,Exo_E);
}
if(ThetaLab!=-1000){
Exo_EDC_pista = EXOGAM->CorrectionDoppler(Exo_Theta,Exo_Phi,ThetaLab,PhiLab,Beta_pista,Exo_E);
//Exo_EDC_pista = EXOGAM->CorrectionDoppler(Exo_Theta,Exo_Phi,ThetaLab,PhiLab,Beta_pista,Exo_E);
}
}
}
......@@ -257,7 +257,7 @@ void Analysis::PistaAnalysis(){
Beta_pista = Be10->GetBeta();
Ex240Pu = Transfer10Be->ReconstructRelativistic(Elab_10Be, ThetaLab);
TLorentzVector LV_240Pu = Transfer10Be->LorentzAfterReaction(Elab_10Be, ThetaLab);
TLorentzVector LV_240Pu = Transfer10Be->LorentzAfterReactionHeavy(Elab_10Be, ThetaLab);
beta_240Pu = LV_240Pu.Beta();
gamma_240Pu = LV_240Pu.Gamma();
theta_240Pu = LV_240Pu.Angle(TVector3(0,0,1));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment