Skip to content
Snippets Groups Projects
Commit b8b48878 authored by Morfouace's avatar Morfouace
Browse files

* Modifying Lassa Analysis

parent d83a8bad
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,6 @@ void Analysis::TreatEvent(){
EDelta = .05*totalEnergy;
ThetaLab_Init = Initial->GetThetaLab_WorldFrame(0);
PhiLab_Init = Initial->GetPhiLab_WorldFrame(0);
hEmittTheta->Fill(ThetaLab_Init);
......@@ -203,12 +202,6 @@ void Analysis::TreatEvent(){
XStrip = Lassa->ThickSi_StripNumberX[0];
YStrip = Lassa->ThickSi_StripNumberY[0];
ThetaLab_Detec = Initial->GetThetaLab_WorldFrame(0);
PhiLab_Detec = Initial->GetPhiLab_WorldFrame(0);
hDetecTheta->Fill(ThetaLab_Detec);
hDetecThetaVsPhi->Fill(ThetaLab_Detec,PhiLab_Detec);
X = Lassa->GetPositionOfInteraction(0).X();
Y = Lassa->GetPositionOfInteraction(0).Y();
Z = Lassa->GetPositionOfInteraction(0).Z();
......@@ -236,6 +229,10 @@ void Analysis::TreatEvent(){
E_ThickSi = Lassa->ThickSi_E[0];
hDetecTheta->Fill(ThetaLab);
hDetecThetaVsPhi->Fill(ThetaLab,PhiLab);
if(Lassa->CsI_E.size()>=1){
detectedEvents++;
......@@ -672,7 +669,6 @@ void Analysis::ReInitValue(){
ThetaLab_Init = -1000;
PhiLab_Init = -1000;
fitFunction = "";
Mu.str("");
......
......@@ -61,9 +61,6 @@ class Analysis: public NPL::VAnalysis{
double PhiLab;
double ThetaLab;
double ThetaLab_Init;
double PhiLab_Init;
double ThetaLab_Detec;
double PhiLab_Detec;
double X,Y,Z;
double TelescopeNumber;
double thresholdEnergy;
......
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