From 07236caac1b1d3747005d26e8f4f706226b56a12 Mon Sep 17 00:00:00 2001
From: Nicolas de Sereville <deserevi@ipno.in2p3.fr>
Date: Wed, 6 Jan 2016 11:44:19 +0100
Subject: [PATCH] + remove non used variables

---
 .../DetectorSkeleton/NPLib/TDETECTORNAMEPhysics.cxx       | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/NPLib/ressources/DetectorSkeleton/NPLib/TDETECTORNAMEPhysics.cxx b/NPLib/ressources/DetectorSkeleton/NPLib/TDETECTORNAMEPhysics.cxx
index 8ee5c4a66..112ff990f 100644
--- a/NPLib/ressources/DetectorSkeleton/NPLib/TDETECTORNAMEPhysics.cxx
+++ b/NPLib/ressources/DetectorSkeleton/NPLib/TDETECTORNAMEPhysics.cxx
@@ -153,14 +153,6 @@ void TDETECTORNAMEPhysics::ReadAnalysisConfig() {
         AnalysisConfigFile.ignore(numeric_limits<streamsize>::max(), '\n' );
       }
 
-      if (whatToDo== "DISABLE_DETECTOR") {
-        AnalysisConfigFile >> DataBuffer;
-        cout << whatToDo << "  " << DataBuffer << endl;
-        int Detector = atoi(DataBuffer.substr(2,1).c_str());
-        vector< bool > ChannelStatus;
-        ChannelStatus[Detector]=false;
-      }
-
       else if (whatToDo=="E_RAW_THRESHOLD") {
         AnalysisConfigFile >> DataBuffer;
         m_E_RAW_Threshold = atof(DataBuffer.c_str());
-- 
GitLab