5 #ifndef COMPWA_TOOLS_FITFRACTIONS_HPP_ 6 #define COMPWA_TOOLS_FITFRACTIONS_HPP_ 44 const std::vector<std::pair<IntensityComponent, IntensityComponent>>
57 std::map<std::string, std::tuple<double, std::vector<DerivativeData>>>
60 std::tuple<std::vector<double>, std::vector<std::vector<double>>>
61 buildJacobiAndCovariance(
const std::tuple<
double, std::vector<DerivativeData>>
62 &NominatorDerivatives,
63 const std::tuple<
double, std::vector<DerivativeData>>
64 &DenominatorDerivatives,
67 std::tuple<std::string, double, std::vector<FitFractions::DerivativeData>>
72 std::tuple<double, std::vector<FitFractions::DerivativeData>>
std::ostream & operator<<(std::ostream &os, const Event &ev)
Data structure which resembles a general fit result.
Interface template for a general Function of the form OutputType Function(InputTypes) The concept clo...