Public Attributes
MinuitMigrad::limit Struct Reference

Structure to hold limit values, if any. More...

Collaboration diagram for MinuitMigrad::limit:
Collaboration graph
[legend]

List of all members.

Public Attributes

double lower
 Lower limit.
bool set
 true if limit has been set
double upper
 Upper limit.

Detailed Description

Structure to hold limit values, if any.

Note:
This duplicates info stored in the Minuit minimizer, but it looks comples to dig it out, so we duplicate it.

Definition at line 68 of file MinuitMigrad.h.


Member Data Documentation

double lower

Lower limit.

Definition at line 69 of file MinuitMigrad.h.

bool set

true if limit has been set

Definition at line 71 of file MinuitMigrad.h.

Referenced by MinuitMigrad::initLimits().

double upper

Upper limit.

Definition at line 70 of file MinuitMigrad.h.


The documentation for this struct was generated from the following file:

Generated for HippoDraw Class Library by doxygen