13#ifndef ROOT_Fit_ParameterSettings 
   14#define ROOT_Fit_ParameterSettings 
   56                     double min, 
double max) :
 
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
 
Class, describing value, limits and step size of the parameters Provides functionality also to set/re...
 
void Release()
release the parameter
 
bool IsFixed() const
check if is fixed
 
bool HasUpperLimit() const
check if parameter has upper limit
 
bool fFix
flag to control if parameter is fixed
 
ParameterSettings(const std::string &name, double val, double err)
constructor for unlimited named Parameter
 
ParameterSettings()
Default constructor.
 
void RemoveLimits()
remove all limit
 
void SetValue(double val)
set the value
 
double LowerLimit() const
return lower limit value
 
void SetName(const std::string &name)
interaction
 
const std::string & Name() const
return name
 
bool HasLowerLimit() const
check if parameter has lower limit
 
double fLowerLimit
lower parameter limit
 
double fUpperLimit
upper parameter limit
 
bool fHasUpperLimit
flag to control upper parameter limit
 
void SetStepSize(double err)
set the step size
 
void Set(const std::string &name, double value, double step)
set value and name (unlimited parameter)
 
double fStepSize
parameter step size (used by minimizer)
 
bool fHasLowerLimit
flag to control lower parameter limit
 
void SetLimits(double low, double up)
set a double side limit, if low == up the parameter is fixed if low > up the limits are removed The c...
 
ParameterSettings(const std::string &name, double val)
constructor for fixed Parameter
 
double Value() const
copy constructor and assignment operators (leave them to the compiler)
 
void Set(const std::string &name, double value)
set a fixed parameter
 
void Set(const std::string &name, double value, double step, double lower, double upper)
set a limited parameter. The given value should be within the given limits [min,max]
 
ParameterSettings(const std::string &name, double val, double err, double min, double max)
constructor for double limited Parameter. The given value should be within the given limits [min,...
 
~ParameterSettings()
Destructor (no operations)
 
double fValue
parameter value
 
double StepSize() const
return step size
 
void SetUpperLimit(double up)
set a single upper limit
 
std::string fName
parameter name
 
void Fix()
fix the parameter
 
double UpperLimit() const
return upper limit value
 
bool IsDoubleBound() const
check if is double bound (upper AND lower limit)
 
bool IsBound() const
check if is bound
 
void SetLowerLimit(double low)
set a single lower limit
 
TFitResultPtr Fit(FitObject *h1, TF1 *f1, Foption_t &option, const ROOT::Math::MinimizerOptions &moption, const char *goption, ROOT::Fit::DataRange &range)
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...