Skip to content
Snippets Groups Projects
Commit 3a794d7a authored by Damien Thisse's avatar Damien Thisse
Browse files

Added Energy in TActarScattering

parent 3d44e100
No related branches found
No related tags found
1 merge request!27Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
Pipeline #365061 passed
...@@ -31,5 +31,6 @@ Range(0), ...@@ -31,5 +31,6 @@ Range(0),
Charge(0), Charge(0),
PhiShort(0), PhiShort(0),
ThetaShort(0), ThetaShort(0),
Voxels(0) Voxels(0),
Energy(0)
{} {}
\ No newline at end of file
...@@ -48,6 +48,7 @@ public: ...@@ -48,6 +48,7 @@ public:
double Phi; double Phi;
double Range; double Range;
double Charge; double Charge;
double Energy;
TVector3 Vertex; TVector3 Vertex;
TVector3 EndOfTrack; TVector3 EndOfTrack;
double ThetaShort; double ThetaShort;
......
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