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

* adding function to inelastic breakup for simulation

parent cfa323b5
No related branches found
No related tags found
1 merge request!27Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
Pipeline #347244 passed
...@@ -103,6 +103,7 @@ namespace NPL { ...@@ -103,6 +103,7 @@ namespace NPL {
double GetBeamEnergy() const { return fBeamEnergy; } double GetBeamEnergy() const { return fBeamEnergy; }
double GetThetaCM() const { return fThetaCM; } double GetThetaCM() const { return fThetaCM; }
double GetQValue() const { return fQValue; } double GetQValue() const { return fQValue; }
Particle* GetParticleBeam() { return &fBeam; }
Particle* GetParticle1() { return &fParticle1; } Particle* GetParticle1() { return &fParticle1; }
Particle* GetParticle2() { return &fParticle2; } Particle* GetParticle2() { return &fParticle2; }
Particle* GetParticle3() { return &fParticle3; } Particle* GetParticle3() { return &fParticle3; }
......
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