Skip to content
Snippets Groups Projects
Commit 7a8c935d authored by Rene Brun's avatar Rene Brun
Browse files

Remove dependencies from TMath in the tmva header files.

Use TMathBase.h instead.


git-svn-id: http://root.cern.ch/svn/root/trunk@17643 27541ba8-7e3a-0410-8455-c3a389f83636
parent 556b5a55
Branches
Tags
No related merge requests found
// @(#)root/tmva $Id: RuleFitParams.h,v 1.8 2006/11/23 17:43:39 rdm Exp $
// @(#)root/tmva $Id: RuleFitParams.h,v 1.9 2007/01/12 16:03:17 brun Exp $
// Author: Andreas Hoecker, Joerg Stelzer, Fredrik Tegenfeldt, Helge Voss
/**********************************************************************************
......@@ -39,8 +39,8 @@
#ifndef ROOT_TMVA_MsgLogger
#include "TMVA/MsgLogger.h"
#endif
#ifndef ROOT_TMath
#include "TMath.h"
#ifndef ROOT_TMathBase
#include "TMathBase.h"
#endif
class TTree;
......
// @(#)root/tmva $Id: TNeuronInputAbs.h,v 1.8 2006/11/14 14:19:17 andreas.hoecker Exp $
// @(#)root/tmva $Id: TNeuronInputAbs.h,v 1.6 2006/11/20 15:35:28 brun Exp $
// Author: Matt Jachowski
/**********************************************************************************
......@@ -37,7 +37,7 @@
#include "TObject.h"
#include "TString.h"
#include "TMath.h"
#include "TMathBase.h"
#ifndef ROOT_TMVA_TNeuronInput
#include "TMVA/TNeuronInput.h"
......
// @(#)root/tmva $Id: TNeuronInputSqSum.h,v 1.8 2006/11/14 14:19:17 andreas.hoecker Exp $
// @(#)root/tmva $Id: TNeuronInputSqSum.h,v 1.6 2006/11/20 15:35:28 brun Exp $
// Author: Matt Jachowski
/**********************************************************************************
......@@ -37,7 +37,6 @@
#include "TObject.h"
#include "TString.h"
#include "TMath.h"
#ifndef ROOT_TMVA_TNeuronInput
#include "TMVA/TNeuronInput.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment