From d358e3a85876909aa9e598ff6f7ae303f86006a5 Mon Sep 17 00:00:00 2001 From: Nicolas de Sereville <deserevi@ipno.in2p3.fr> Date: Thu, 10 Dec 2015 10:24:29 +0100 Subject: [PATCH] + remove previous inclusion of header + Remove declaration of the itoa() method in CTPhysics.h --- NPLib/ComptonTelescope/TComptonTelescopePhysics.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/NPLib/ComptonTelescope/TComptonTelescopePhysics.h b/NPLib/ComptonTelescope/TComptonTelescopePhysics.h index ed2067192..f35132049 100644 --- a/NPLib/ComptonTelescope/TComptonTelescopePhysics.h +++ b/NPLib/ComptonTelescope/TComptonTelescopePhysics.h @@ -32,7 +32,6 @@ using namespace std; #include "NPCalibrationManager.h" #include "NPVDetector.h" -#include "NPDetectorFactory.h" // ROOT #include "TVector2.h" @@ -214,8 +213,6 @@ class TComptonTelescopePhysics : public TObject, public NPL::VDetector namespace ComptonTelescope_LOCAL { - // tranform an integer to a string - string itoa(unsigned int value); // DSSD // Front double fStrip_Front_E(const TComptonTelescopeData* Data, const int i); -- GitLab