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
src
ParameterSettings.cxx
Go to the documentation of this file.
1
// @(#)root/mathcore:$Id$
2
// Author: L. Moneta Thu Sep 21 16:21:48 2006
3
4
/**********************************************************************
5
* *
6
* Copyright (c) 2006 LCG ROOT Math Team, CERN/PH-SFT *
7
* *
8
* *
9
**********************************************************************/
10
11
// Implementation file for class ParameterSettings
12
13
#include "
Fit/ParameterSettings.h
"
14
15
16
namespace
ROOT {
17
18
namespace
Fit
{
19
20
21
// ParameterSettings::ParameterSettings()
22
// {
23
// // Default constructor implementation.
24
// }
25
26
}
// end namespace Fit
27
28
}
// end namespace ROOT
29
ParameterSettings.h
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