ROOT  6.06/09
Reference Guide
DataVectorfwd.h
Go to the documentation of this file.
1 // @(#)root/mathcore:$Id$
2 // Author: L. Moneta Fri Sep 1 16:09:42 2006
3 
4 /**********************************************************************
5  * *
6  * Copyright (c) 2006 LCG ROOT Math Team, CERN/PH-SFT *
7  * *
8  * *
9  **********************************************************************/
10 
11 // forward decalaration for the DataVector classes
12 
13 #ifndef ROOT_Fit_DataVectorfwd
14 #define ROOT_Fit_DataVectorfwd
15 
16 
17 namespace ROOT {
18 
19  namespace Fit {
20 
21 
22  //template <class Point> class DataVector;
23  //class DataVector;
24 
25  //class BinPoint;
26  //class UnBinPoint;
27 
28  class BinData;
29  class UnBinData;
30 
31 
32 
33  } // end namespace Fit
34 
35 } // end namespace ROOT
36 
37 
38 #endif /* ROOT_Fit_DataVectorfwd */
Namespace for new ROOT classes and functions.
Definition: ROOT.py:1
TFitResultPtr Fit(FitObject *h1, TF1 *f1, Foption_t &option, const ROOT::Math::MinimizerOptions &moption, const char *goption, ROOT::Fit::DataRange &range)
Definition: HFitImpl.cxx:132