Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Minuit2::SqrtLowParameterTransformation Class Reference

Transformation from external to internal Parameter based on sqrt(1 + x**2)

This transformation applies for the case of single side Lower Parameter limits

Definition at line 30 of file SqrtLowParameterTransformation.h.

Public Member Functions

 SqrtLowParameterTransformation ()
 
 ~SqrtLowParameterTransformation ()
 
double DInt2Ext (double Value, double Lower) const
 
double Ext2int (double Value, double Lower, const MnMachinePrecision &) const
 
double Int2ext (double Value, double Lower) const
 

#include <Minuit2/SqrtLowParameterTransformation.h>

Constructor & Destructor Documentation

◆ SqrtLowParameterTransformation()

ROOT::Minuit2::SqrtLowParameterTransformation::SqrtLowParameterTransformation ( )
inline

Definition at line 33 of file SqrtLowParameterTransformation.h.

◆ ~SqrtLowParameterTransformation()

ROOT::Minuit2::SqrtLowParameterTransformation::~SqrtLowParameterTransformation ( )
inline

Definition at line 35 of file SqrtLowParameterTransformation.h.

Member Function Documentation

◆ DInt2Ext()

double ROOT::Minuit2::SqrtLowParameterTransformation::DInt2Ext ( double  Value,
double  Lower 
) const

Definition at line 40 of file SqrtLowParameterTransformation.cxx.

◆ Ext2int()

double ROOT::Minuit2::SqrtLowParameterTransformation::Ext2int ( double  Value,
double  Lower,
const MnMachinePrecision  
) const

Definition at line 29 of file SqrtLowParameterTransformation.cxx.

◆ Int2ext()

double ROOT::Minuit2::SqrtLowParameterTransformation::Int2ext ( double  Value,
double  Lower 
) const

Definition at line 22 of file SqrtLowParameterTransformation.cxx.


The documentation for this class was generated from the following files: