Skip to content
Snippets Groups Projects
Commit d358e3a8 authored by de Séréville Nicolas's avatar de Séréville Nicolas
Browse files

+ remove previous inclusion of header

+ Remove declaration of the itoa() method in CTPhysics.h
parent b55a38a9
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
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