ROOT
6.10/00
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
math
mathcore
inc
Fit
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 */
HFit::Fit
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