|
BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Metric wrapper for back-compaptibility with old scripts. More...
Public Member Functions | |
| ChiModuleWrapper (std::unique_ptr< IChiSquaredModule > module) | |
| double | compute (const std::vector< SimDataPair > &fit_objects, size_t n_pars) const override |
Private Attributes | |
| std::unique_ptr< IChiSquaredModule > | m_module |
Metric wrapper for back-compaptibility with old scripts.
Definition at line 31 of file FitObjective.cpp.
|
explicit |
Definition at line 318 of file FitObjective.cpp.
References m_module.
|
overridevirtual |
|
private |
Definition at line 37 of file FitObjective.cpp.
Referenced by ChiModuleWrapper(), and compute().