ComPWA
Common Partial-Wave-Analysis Framework
|
Data structure which resembles a general fit result. More...
#include <FitResult.hpp>
Public Member Functions | |
void | write (std::string filename) const |
Public Attributes | |
FitParameterList | InitialParameters |
FitParameterList | FinalParameters |
unsigned int | NumFreeParameters |
bool | IsValid = false |
double | InitialEstimatorValue = 0.0 |
double | FinalEstimatorValue = 0.0 |
std::chrono::seconds | FitDuration = std::chrono::seconds(0) |
std::vector< std::vector< double > > | CovarianceMatrix |
Private Member Functions | |
template<class archive > | |
void | serialize (archive &ar, const unsigned int version) |
Friends | |
std::ostream & | operator<< (std::ostream &os, const FitResult &Result) |
Data structure which resembles a general fit result.
Optimizers should derive from this structure and append more information via inheritance.
Definition at line 19 of file FitResult.hpp.
|
inlineprivate |
Definition at line 38 of file FitResult.hpp.
void ComPWA::FitResult::write | ( | std::string | filename | ) | const |
Definition at line 151 of file FitResult.cpp.
|
friend |
Definition at line 35 of file FitResult.cpp.
std::vector<std::vector<double> > ComPWA::FitResult::CovarianceMatrix |
Definition at line 29 of file FitResult.hpp.
double ComPWA::FitResult::FinalEstimatorValue = 0.0 |
Definition at line 26 of file FitResult.hpp.
FitParameterList ComPWA::FitResult::FinalParameters |
Definition at line 21 of file FitResult.hpp.
std::chrono::seconds ComPWA::FitResult::FitDuration = std::chrono::seconds(0) |
Definition at line 27 of file FitResult.hpp.
double ComPWA::FitResult::InitialEstimatorValue = 0.0 |
Definition at line 25 of file FitResult.hpp.
FitParameterList ComPWA::FitResult::InitialParameters |
Definition at line 20 of file FitResult.hpp.
bool ComPWA::FitResult::IsValid = false |
Definition at line 23 of file FitResult.hpp.
unsigned int ComPWA::FitResult::NumFreeParameters |
Definition at line 22 of file FitResult.hpp.