Skip to content
Snippets Groups Projects
Commit 23fef9fd authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* fixing compilation

parent 8c50b76c
No related branches found
No related tags found
1 merge request!27Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
Pipeline #346831 failed
......@@ -243,7 +243,7 @@ namespace NPL {
// Return Excitation Energy
double ReconstructRelativistic(double EnergyLab, double ThetaLab, double PhiLab = 0);
// Return Lorentz Vector of Heavy Recoil after reaction
TLorentzVector LorentzAfterReaction(double EnergyLab, double ThetaLab, double PhiLab = 0);
......@@ -261,6 +261,11 @@ namespace NPL {
void SetParticle3(double EnergyLab, double ThetaLab);
void SetParticle1(Beam p) { fParticle1 = p; };
void SetParticle2(Particle p) { fParticle2 = p; };
void SetParticle3(Particle p) { fParticle3 = p; };
void SetParticle4(Particle p) { fParticle4 = p; };
TGraph* GetKinematicLine3(double AngleStep_CM = 1);
TGraph* GetKinematicLine4(double AngleStep_CM = 1);
TGraph* GetBrhoLine3(double AngleStep_CM = 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