|
MINT2
|
#include <FitComplex.h>
Public Types | |
| enum | TYPE { POLAR =0, CARTESIAN =1, UNDEFINED =2 } |
Public Member Functions | |
| virtual TYPE | type () const =0 |
| virtual FitParameter & | p1 ()=0 |
| virtual FitParameter & | p2 ()=0 |
| virtual const FitParameter & | p1 () const =0 |
| virtual const FitParameter & | p2 () const =0 |
| virtual void | set (std::complex< double > z)=0 |
| virtual std::complex< double > | getVal () const =0 |
| virtual std::complex< double > | getValInit () const =0 |
| bool | gotInitialised () const |
| virtual void | print (std::ostream &os=std::cout) const |
| double | getReal () const |
| double | getImag () const |
| double | getAmp () const |
| double | getPhase () const |
| bool | isConstant () const |
| virtual bool | isZero () const |
| virtual | operator std::complex< double > () const |
| virtual std::complex< double > | ComplexVal () |
| FitComplex (IFitParRegister *daddy=0) | |
| virtual | ~FitComplex () |
| void | setParameterSet (MinuitParameterSet *pset) |
| std::complex< double > | operator- () const |
Public Member Functions inherited from MINT::IReturnComplex | |
| virtual | ~IReturnComplex () |
Public Member Functions inherited from MINT::FitParDependent | |
| virtual unsigned int | size () const |
| virtual const FitParRef & | operator[] (unsigned int i) const |
| virtual FitParRef & | operator[] (unsigned int i) |
| virtual bool | changedSinceLastCall () const |
| virtual void | rememberFitParValues () |
| virtual bool | registerFitParDependence (const IFitParDependent &fpd) |
| bool | registerFitParDependence (const FitParRef &fpr) |
| void | removeAllFitParDependencies () |
| FitParDependent (IFitParRegister *daddy=0) | |
| FitParDependent (const FitParDependent &other, IFitParRegister *newDaddy=0) | |
| void | listFitParDependencies (std::ostream &os=std::cout) const |
Public Member Functions inherited from MINT::PolymorphVector< FitParRef > | |
| PolymorphVector () | |
| PolymorphVector (unsigned int N) | |
| PolymorphVector (unsigned int N, const FitParRef &c) | |
| PolymorphVector (const PolymorphVector &other) | |
| PolymorphVector (const typename std::vector< FitParRef > &other) | |
| virtual | ~PolymorphVector () |
| std::vector< FitParRef > & | theVector () |
| const std::vector< FitParRef > & | theVector () const |
| FitParRef & | operator[] (unsigned int i) |
| const FitParRef & | operator[] (unsigned int i) const |
| FitParRef & | at (unsigned int i) |
| const FitParRef & | at (unsigned int i) const |
| std::vector< FitParRef >::iterator | begin () |
| std::vector< FitParRef >::const_iterator | begin () const |
| std::vector< FitParRef >::iterator | end () |
| std::vector< FitParRef >::const_iterator | end () const |
| std::vector< FitParRef >::iterator | find (const FitParRef &c) |
| std::vector< FitParRef >::const_iterator | find (const FitParRef &c) const |
| FitParRef & | front () |
| const FitParRef & | front () const |
| FitParRef & | back () |
| const FitParRef & | back () const |
| unsigned int | size () const |
| bool | empty () const |
| void | push_back (const FitParRef &c) |
| void | pop_back () |
| void | erase (typename std::vector< FitParRef >::iterator pos) |
| void | erase (typename std::vector< FitParRef >::iterator first, typename std::vector< FitParRef >::iterator last) |
| PolymorphVector< FitParRef > & | operator= (const PolymorphVector< FitParRef > &other) |
| void | clear () |
| void | resize (unsigned int N) |
| void | resize (unsigned int N, const FitParRef &c) |
| operator const typename std::vector< FitParRef > & () const | |
| operator typename std::vector< FitParRef > & () | |
| bool | operator== (const MINT::PolymorphVector< FitParRef > &v2) const |
| bool | operator!= (const MINT::PolymorphVector< FitParRef > &v2) const |
| bool | operator< (const MINT::PolymorphVector< FitParRef > &v2) const |
| bool | operator> (const MINT::PolymorphVector< FitParRef > &v2) const |
Additional Inherited Members | |
Protected Member Functions inherited from MINT::IReturnComplex | |
| IReturnComplex () | |
Protected Attributes inherited from MINT::PolymorphVector< FitParRef > | |
| std::vector< FitParRef > | _vec |
Definition at line 24 of file FitComplex.h.
| Enumerator | |
|---|---|
| POLAR | |
| CARTESIAN | |
| UNDEFINED | |
Definition at line 38 of file FitComplex.h.
| FitComplex::FitComplex | ( | IFitParRegister * | daddy = 0 | ) |
Definition at line 66 of file FitComplex.cpp.
|
inlinevirtual |
Definition at line 81 of file FitComplex.h.
|
inlinevirtual |
Implements MINT::IReturnComplex.
Definition at line 75 of file FitComplex.h.
|
inline |
Definition at line 60 of file FitComplex.h.
|
inline |
Definition at line 58 of file FitComplex.h.
|
inline |
Definition at line 64 of file FitComplex.h.
|
inline |
Definition at line 57 of file FitComplex.h.
|
pure virtual |
Implemented in MINT::FitComplexPolar, and MINT::FitComplexCart.
|
pure virtual |
Implemented in MINT::FitComplexPolar, and MINT::FitComplexCart.
|
inline |
Definition at line 52 of file FitComplex.h.
| bool FitComplex::isConstant | ( | ) | const |
Definition at line 68 of file FitComplex.cpp.
|
virtual |
Reimplemented in MINT::FitComplexPolar, and MINT::FitComplexCart.
Definition at line 72 of file FitComplex.cpp.
|
inlinevirtual |
Reimplemented in MINT::FitComplexPolar, and MINT::FitComplexCart.
Definition at line 72 of file FitComplex.h.
|
inline |
Definition at line 85 of file FitComplex.h.
|
pure virtual |
Implemented in MINT::FitComplexPolar, and MINT::FitComplexCart.
|
pure virtual |
Implemented in MINT::FitComplexPolar, and MINT::FitComplexCart.
|
pure virtual |
Implemented in MINT::FitComplexPolar, and MINT::FitComplexCart.
|
pure virtual |
Implemented in MINT::FitComplexPolar, and MINT::FitComplexCart.
|
virtual |
Reimplemented in MINT::FitComplexPolar, and MINT::FitComplexCart.
Definition at line 81 of file FitComplex.cpp.
|
pure virtual |
Implemented in MINT::FitComplexPolar, and MINT::FitComplexCart.
| void FitComplex::setParameterSet | ( | MinuitParameterSet * | pset | ) |
Definition at line 75 of file FitComplex.cpp.
|
pure virtual |
Implemented in MINT::FitComplexPolar, and MINT::FitComplexCart.
1.8.15