From 2da9fe1a4d83f14f19ee5831fa5b4fcbe86daab3 Mon Sep 17 00:00:00 2001
From: shuyaota <shuyan_timeslip@hotmail.com>
Date: Thu, 19 Oct 2017 12:15:00 -0500
Subject: [PATCH] Added PhiLab as a new variable in the header file

---
 Projects/T40/Analysis.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Projects/T40/Analysis.h b/Projects/T40/Analysis.h
index b107e6b47..5d31cd914 100644
--- a/Projects/T40/Analysis.h
+++ b/Projects/T40/Analysis.h
@@ -66,6 +66,8 @@ class Analysis: public NPL::VAnalysis{
   TInitialConditions* Initial;
   NPL::Reaction* myReaction;
   bool LightParticleDetected;
+//by Shuya 171019
+  double PhiLab;
 
  
   //	Energy loss table: the G4Table are generated by the simulation
-- 
GitLab