#include <FitParRef.h>
Definition at line 12 of file FitParRef.h.
◆ FitParRef() [1/2]
Definition at line 7 of file FitParRef.cpp.
8 :
_lastValue( (-9999. != ((
double) fipa) ? -9999.0 : -9998.0 ))
virtual bool registerFitParDependence(const IFitParDependent &fpd)=0
◆ FitParRef() [2/2]
Definition at line 19 of file FitParRef.cpp.
20 :
_lastValue( (-9999. != ((
double) other) ? -9999.0 : -9998.0 ))
virtual bool registerFitParDependence(const IFitParDependent &fpd)=0
◆ ~FitParRef()
virtual MINT::FitParRef::~FitParRef |
( |
| ) |
|
|
inlinevirtual |
◆ changedSinceLastCall()
virtual bool MINT::FitParRef::changedSinceLastCall |
( |
| ) |
const |
|
inlinevirtual |
◆ fp()
◆ lastValue()
double MINT::FitParRef::lastValue |
( |
| ) |
const |
|
inline |
◆ listFitParDependencies()
void FitParRef::listFitParDependencies |
( |
std::ostream & |
os = std::cout | ) |
const |
|
virtual |
◆ operator double()
MINT::FitParRef::operator double |
( |
| ) |
const |
|
inline |
Definition at line 41 of file FitParRef.h.
double returnFPVal() const
◆ operator=()
Definition at line 34 of file FitParRef.cpp.
const FitParameter & fp() const
◆ operator[]()
virtual const FitParRef& MINT::FitParRef::operator[] |
( |
unsigned int |
| ) |
const |
|
inlinevirtual |
◆ rememberFitParValues()
virtual void MINT::FitParRef::rememberFitParValues |
( |
| ) |
|
|
inlinevirtual |
◆ returnFPVal()
double MINT::FitParRef::returnFPVal |
( |
| ) |
const |
|
inlineprivate |
Definition at line 18 of file FitParRef.h.
const FitParameter & fp() const
◆ size()
virtual unsigned int MINT::FitParRef::size |
( |
| ) |
const |
|
inlinevirtual |
◆ theFitParameter()
const FitParameter& MINT::FitParRef::theFitParameter |
( |
| ) |
const |
|
inline |
Definition at line 45 of file FitParRef.h.
const FitParameter & fp() const
◆ _fp
◆ _lastValue
double MINT::FitParRef::_lastValue |
|
private |
The documentation for this class was generated from the following files: