#include <MinuitParameter.h>
|
| MinuitParameter (const std::string &name, MinuitParameterManager &aManager, double initialValue=0, bool bounded=false, double lowerBound=0, double upperBound=0) |
|
virtual | ~MinuitParameter () |
|
void | fix () |
|
void | free () |
|
void | bound (double lowerBound, double upperBound) |
|
void | unbound () |
|
unsigned int | minuitId () const |
|
bool | floating () const |
|
double | error () const |
|
const AsymmetricError & | asymmetricErrors () const |
|
double | globalCorrelationCoefficient () const |
|
bool | bounded () const |
|
double | lowerBound () const |
|
double | upperBound () const |
|
void | registerWithManager () |
|
void | unregister () |
|
std::ostream & | dump (std::ostream &aStream) const |
|
| Parameter (const std::string &name, double initialValue=0, double initialError=0) |
|
virtual | ~Parameter () |
|
const std::string & | name () const |
|
void | setValue (double newValue) |
|
double | value () const |
|
const double * | constValuePtr () const |
|
double * | valuePtr () |
|
virtual void | setError (double newError, bool notify=false) |
|
void | setValueError (double newValue, double newError) |
|
virtual | ~MISubject () |
|
void | attach (MIObserver *) |
|
void | detach (MIObserver *) |
|
void | notify () |
|
ObserverList & | observerList () |
|
Definition at line 44 of file MinuitParameter.h.
◆ MinuitParameter()
MinuitParameter::MinuitParameter |
( |
const std::string & |
name, |
|
|
MinuitParameterManager & |
aManager, |
|
|
double |
initialValue = 0 , |
|
|
bool |
bounded = false , |
|
|
double |
lowerBound = 0 , |
|
|
double |
upperBound = 0 |
|
) |
| |
◆ ~MinuitParameter()
MinuitParameter::~MinuitParameter |
( |
| ) |
|
|
virtual |
◆ asymmetricErrors()
◆ bound()
void MinuitParameter::bound |
( |
double |
lowerBound, |
|
|
double |
upperBound |
|
) |
| |
◆ bounded()
bool MinuitParameter::bounded |
( |
| ) |
const |
◆ dump()
ostream & MinuitParameter::dump |
( |
std::ostream & |
aStream | ) |
const |
◆ error()
double MinuitParameter::error |
( |
| ) |
const |
|
virtual |
◆ fix()
void MinuitParameter::fix |
( |
| ) |
|
◆ floating()
bool MinuitParameter::floating |
( |
| ) |
const |
◆ free()
void MinuitParameter::free |
( |
| ) |
|
◆ globalCorrelationCoefficient()
double MinuitParameter::globalCorrelationCoefficient |
( |
| ) |
const |
◆ invalidateErrors()
void MinuitParameter::invalidateErrors |
( |
| ) |
|
|
protected |
◆ lowerBound()
double MinuitParameter::lowerBound |
( |
| ) |
const |
◆ minuitId()
unsigned int MinuitParameter::minuitId |
( |
| ) |
const |
◆ registerWithManager()
void MinuitParameter::registerWithManager |
( |
| ) |
|
◆ setAsymmetricErrors()
void MinuitParameter::setAsymmetricErrors |
( |
const std::pair< double, double > & |
newAsymmetricErrors | ) |
|
|
protected |
◆ setGlobalCorrelation()
void MinuitParameter::setGlobalCorrelation |
( |
double |
globalCorrelationCoefficient | ) |
|
|
protected |
◆ setMinuitId()
void MinuitParameter::setMinuitId |
( |
unsigned int |
minuitId | ) |
|
|
protected |
◆ setParabolicError()
void MinuitParameter::setParabolicError |
( |
double |
newParabolicError | ) |
|
|
protected |
◆ unbound()
void MinuitParameter::unbound |
( |
| ) |
|
◆ unregister()
void MinuitParameter::unregister |
( |
| ) |
|
◆ upperBound()
double MinuitParameter::upperBound |
( |
| ) |
const |
◆ validateErrors()
void MinuitParameter::validateErrors |
( |
| ) |
|
|
protected |
◆ MinuitParameterManager
The documentation for this class was generated from the following files: