Skip to content
Snippets Groups Projects
Commit 78b84df0 authored by Hugo Jacob's avatar Hugo Jacob
Browse files

Fix

parent 8b802361
No related branches found
No related tags found
1 merge request!27Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
Pipeline #293545 passed
...@@ -166,8 +166,8 @@ void Analysis::TreatMUST2(){ ...@@ -166,8 +166,8 @@ void Analysis::TreatMUST2(){
ThetaM2Surface = 0; ThetaM2Surface = 0;
ThetaNormalTarget = 0; ThetaNormalTarget = 0;
//BeamImpact = TVector3(0,0,0); BeamImpact = TVector3(0,0,0);
//BeamDirection = TVector3(0,0,1); BeamDirection = TVector3(0,0,1);
TVector3 HitDirection = M2 -> GetPositionOfInteraction(countMust2) - BeamImpact; TVector3 HitDirection = M2 -> GetPositionOfInteraction(countMust2) - BeamImpact;
M2_ThetaLab.push_back(HitDirection.Angle( BeamDirection )); M2_ThetaLab.push_back(HitDirection.Angle( BeamDirection ));
//std::cout << BeamImpact.X() << " " << BeamImpact.Y() << " " << BeamImpact.Z() << std::endl; //std::cout << BeamImpact.X() << " " << BeamImpact.Y() << " " << BeamImpact.Z() << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment