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

Remove dependencies on TGraph.h and TH1.h

git-svn-id: http://root.cern.ch/svn/root/trunk@17466 27541ba8-7e3a-0410-8455-c3a389f83636
parent 7ed938d8
No related branches found
No related tags found
No related merge requests found
// @(#)root/tmva $Id: PDF.h,v 1.10 2006/11/20 15:35:28 brun Exp $
// @(#)root/tmva $Id: PDF.h,v 1.11 2006/11/23 17:43:38 rdm Exp $
// Author: Andreas Hoecker, Joerg Stelzer, Helge Voss, Kai Voss
/**********************************************************************************
......@@ -38,14 +38,16 @@
// //
//////////////////////////////////////////////////////////////////////////
#include "TSpline.h"
#include "TH1.h"
#include "TGraph.h"
#include "TObject.h"
#ifndef ROOT_TMVA_MsgLogger
#include "TMVA/MsgLogger.h"
#endif
class TH1;
class TGraph;
class TSpline;
namespace TMVA {
class PDF : public TObject {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment