Logo ROOT   6.14/05
Reference Guide
Classes | Namespaces | Enumerations
MinimTransformVariable.h File Reference
#include "MinimizerVariableTransformation.h"
#include <memory>
Include dependency graph for MinimTransformVariable.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Math::MinimTransformVariable
 MinimTransformVariable class Contains meta information of the variables such as bounds, fix flags and deals with transformation of the variable The class does not contain the values and the step size (error) of the variable This is an internal class used by the MinimTransformFunction class. More...
 

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Math
 

Enumerations

enum  ROOT::Math::EMinimVariableType {
  ROOT::Math::kDefault, ROOT::Math::kFix, ROOT::Math::kBounds, ROOT::Math::kLowBound,
  ROOT::Math::kUpBound
}
 Enumeration describing the status of the variable The enumeration are used in the minimizer classes to categorize the variables. More...