Skip to content
Snippets Groups Projects
Commit 176f8f4d authored by Greg Christian's avatar Greg Christian
Browse files

Fixed missing declaration of Ex_Hyball, Ex_Barrel.

parent fbbbe3a6
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,11 @@ class Analysis: public NPL::VAnalysis{ ...@@ -52,7 +52,11 @@ class Analysis: public NPL::VAnalysis{
static NPL::VAnalysis* Construct(); static NPL::VAnalysis* Construct();
private: private:
double Ex; double Ex;
//by Shuya 170703
double Ex_Hyball;
double Ex_Barrel;
double ELab; double ELab;
double ThetaLab; double ThetaLab;
double ThetaCM; double ThetaCM;
......
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