Skip to content
Snippets Groups Projects
Commit 53a082d0 authored by moukaddam's avatar moukaddam
Browse files

Esthetics and namings

parent 7a806d37
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,6 @@ void Analysis::Init(){ ...@@ -66,7 +66,6 @@ void Analysis::Init(){
RunNumber = 0; RunNumber = 0;
RunNumberMinor=0; RunNumberMinor=0;
ThetaSharcSurface = 0;
X_Sharc = 0 ; X_Sharc = 0 ;
Y_Sharc = 0 ; Y_Sharc = 0 ;
Z_Sharc = 0 ; Z_Sharc = 0 ;
...@@ -74,7 +73,6 @@ void Analysis::Init(){ ...@@ -74,7 +73,6 @@ void Analysis::Init(){
Y_Trifoil = 0 ; Y_Trifoil = 0 ;
Si_E_Sharc = 0 ; Si_E_Sharc = 0 ;
E_Sharc = 0;
ThetaDetector = 0 ; ThetaDetector = 0 ;
BeamDirection = TVector3(0,0,1); BeamDirection = TVector3(0,0,1);
// S1554 // S1554
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <TRandom3.h> #include <TRandom3.h>
#include <TVector3.h> #include <TVector3.h>
#include <TMath.h> #include <TMath.h>
#include<TCutG.h> #include <TCutG.h>
#include<fstream> #include<fstream>
#include<vector> #include<vector>
...@@ -70,23 +70,22 @@ class Analysis: public NPL::VAnalysis{ ...@@ -70,23 +70,22 @@ class Analysis: public NPL::VAnalysis{
double TargetThickness ; double TargetThickness ;
// Beam Energy // Beam Energy
double OriginalBeamEnergy ; // AMEV double OriginalBeamEnergy ; // AMEV
// intermediate variable // intermediate variable
TRandom3 Rand ; TRandom3 Rand ;
int DetectorNumber ; int DetectorNumber ;
int RunNumber; int RunNumber;
int RunNumberMinor; int RunNumberMinor;
double ThetaNormalTarget; double ThetaNormalTarget;
double Energy ; double Energy ;
double ThetaDetector;
double ThetaSharcSurface ; double Si_E_Sharc ;
double X_Sharc ; double X_Sharc ;
double Y_Sharc ; double Y_Sharc ;
double Z_Sharc ; double Z_Sharc ;
double X_Trifoil; double X_Trifoil;
double Y_Trifoil; double Y_Trifoil;
double ThetaDetector;
double Si_E_Sharc ;
double E_Sharc ;
TSharcPhysics* Sharc; TSharcPhysics* Sharc;
TPlasticPhysics* Trifoil; TPlasticPhysics* Trifoil;
......
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