![]() |
AmpGen 2.1
|
Definition at line 14 of file FitResult.h.
Public Member Functions | |
| ~FitResult () | |
| FitResult () | |
| FitResult (const FitResult &other) | |
| FitResult (const std::string &filename) | |
| FitResult (const Minimiser &mini) | |
| FitResult (MinuitParameterSet &mps, const TMatrixD &covMini) | |
| void | addObservable (const std::string &name, const double &F) |
| void | addChi2 (const double &chi2, const double &nBins) |
| void | addFractions (const std::vector< FitFraction > &fractions) |
| void | addFraction (const std::string &name, const double &frac, const double &err) |
| void | setCov (const size_t &x, const size_t &y, const double &F) |
| void | writeToFile (const std::string &fname) |
| void | clearFitFractions () |
| bool | readFile (const std::string &fname) |
| double | chi2 () const |
| double | LL () const |
| double | Edm () const |
| double | NCalls () const |
| double | dof () const |
| double | cov (const size_t &x, const size_t &y) const |
| double | cov (const std::string &x, const std::string &y) const |
| double | correlation (const std::string &x, const std::string &y) const |
| int | status () const |
| int | nParam () const |
| int | nBins () const |
| std::map< std::string, double > | observables () const |
| MinuitParameterSet * | mps () const |
| std::vector< FitFraction > | fitFractions () const |
| std::vector< MinuitParameter * > | parameters () const |
| std::vector< MinuitParameter * > | floating (const bool &extended=false) const |
| TMatrixD | cov () const |
| void | print () const |
| TMatrixD | getReducedCovariance (const bool &extended=false) const |
| LinearErrorPropagator | getErrorPropagator (const bool &extended=false) const |
| void | writeOptions (const std::string &output, const std::string &input="") |
| void | writeOptions (std::ostream &, const std::string &input="") |
|
inline |
Definition at line 16 of file FitResult.h.
| AmpGen::FitResult::FitResult | ( | ) |
|
explicit |
|
explicit |
|
explicit |
| AmpGen::FitResult::FitResult | ( | MinuitParameterSet & | mps, |
| const TMatrixD & | covMini ) |
| void AmpGen::FitResult::addChi2 | ( | const double & | chi2, |
| const double & | nBins ) |
| void AmpGen::FitResult::addFraction | ( | const std::string & | name, |
| const double & | frac, | ||
| const double & | err ) |
| void AmpGen::FitResult::addFractions | ( | const std::vector< FitFraction > & | fractions | ) |
| void AmpGen::FitResult::addObservable | ( | const std::string & | name, |
| const double & | F ) |
| double AmpGen::FitResult::chi2 | ( | ) | const |
| void AmpGen::FitResult::clearFitFractions | ( | ) |
| double AmpGen::FitResult::correlation | ( | const std::string & | x, |
| const std::string & | y ) const |
| TMatrixD AmpGen::FitResult::cov | ( | ) | const |
| double AmpGen::FitResult::cov | ( | const size_t & | x, |
| const size_t & | y ) const |
| double AmpGen::FitResult::cov | ( | const std::string & | x, |
| const std::string & | y ) const |
| double AmpGen::FitResult::dof | ( | ) | const |
| double AmpGen::FitResult::Edm | ( | ) | const |
| std::vector< FitFraction > AmpGen::FitResult::fitFractions | ( | ) | const |
| std::vector< MinuitParameter * > AmpGen::FitResult::floating | ( | const bool & | extended = false | ) | const |
| LinearErrorPropagator AmpGen::FitResult::getErrorPropagator | ( | const bool & | extended = false | ) | const |
| TMatrixD AmpGen::FitResult::getReducedCovariance | ( | const bool & | extended = false | ) | const |
| double AmpGen::FitResult::LL | ( | ) | const |
| MinuitParameterSet * AmpGen::FitResult::mps | ( | ) | const |
| int AmpGen::FitResult::nBins | ( | ) | const |
| double AmpGen::FitResult::NCalls | ( | ) | const |
| int AmpGen::FitResult::nParam | ( | ) | const |
| std::map< std::string, double > AmpGen::FitResult::observables | ( | ) | const |
| std::vector< MinuitParameter * > AmpGen::FitResult::parameters | ( | ) | const |
| void AmpGen::FitResult::print | ( | ) | const |
| bool AmpGen::FitResult::readFile | ( | const std::string & | fname | ) |
| void AmpGen::FitResult::setCov | ( | const size_t & | x, |
| const size_t & | y, | ||
| const double & | F ) |
| int AmpGen::FitResult::status | ( | ) | const |
| void AmpGen::FitResult::writeOptions | ( | const std::string & | output, |
| const std::string & | input = "" ) |
| void AmpGen::FitResult::writeOptions | ( | std::ostream & | , |
| const std::string & | input = "" ) |
| void AmpGen::FitResult::writeToFile | ( | const std::string & | fname | ) |