From b79298cb328dea910a584c3c978a04504f44fa40 Mon Sep 17 00:00:00 2001
From: adrien-matta <a.matta@surrey.ac.uk>
Date: Mon, 7 Dec 2015 16:22:48 +0000
Subject: [PATCH] * Fixing CsI data missing clear

---
 NPLib/CsI/TCsIData.cxx | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/NPLib/CsI/TCsIData.cxx b/NPLib/CsI/TCsIData.cxx
index aeca7b3d1..27dcef3aa 100644
--- a/NPLib/CsI/TCsIData.cxx
+++ b/NPLib/CsI/TCsIData.cxx
@@ -44,6 +44,14 @@ void TCsIData::Clear()
    // Time
    fCsI_T_Number.clear();
    fCsI_T_Time.clear();
+
+   // PhotoDiode 
+   fPhotoDiode_E_Energy.clear();
+   fPhotoDiode_E_Number.clear();
+   fPhotoDiode_T_Time.clear();
+   fPhotoDiode_T_Number.clear();
+ 
+
 }
 
 
-- 
GitLab