Logo ROOT   6.10/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  class BinData;
22  class UnBinData;
23 
24  } // end namespace Fit
25 
26 } // end namespace ROOT
27 
28 
29 #endif /* ROOT_Fit_DataVectorfwd */
Namespace for new ROOT classes and functions.
Definition: StringConv.hxx:21
TFitResultPtr Fit(FitObject *h1, TF1 *f1, Foption_t &option, const ROOT::Math::MinimizerOptions &moption, const char *goption, ROOT::Fit::DataRange &range)
Definition: HFitImpl.cxx:134