![]() |
AmpGen 2.1
|
Definition at line 38 of file FitFraction.h.
Classes | |
| struct | fcalc |
Public Member Functions | |
| template<class... ARGS> | |
| void | emplace_back (ARGS &&...args) |
| FitFractionCalculator (pdf_type *pdf, const std::vector< size_t > &normSet, const bool &recalculateIntegrals=false) | |
| std::vector< double > | operator() () |
| real_t | norm () const |
| real_t | getVal (const size_t &index, const bool &getImaginaryPart=false) const |
| std::vector< FitFraction > | operator() (const std::string &name, const LinearErrorPropagator &linProp) |
Public Attributes | |
| pdf_type * | |
| std::vector< fcalc > | calculators |
| std::vector< size_t > | normSet |
| bool | recalculateIntegrals |
|
inline |
Definition at line 52 of file FitFraction.h.
|
inline |
Definition at line 50 of file FitFraction.h.
|
inline |
Definition at line 76 of file FitFraction.h.
|
inline |
Definition at line 69 of file FitFraction.h.
|
inline |
Definition at line 54 of file FitFraction.h.
|
inline |
Definition at line 85 of file FitFraction.h.
| std::vector<fcalc> AmpGen::FitFractionCalculator< pdf_type >::calculators |
Definition at line 47 of file FitFraction.h.
| std::vector<size_t> AmpGen::FitFractionCalculator< pdf_type >::normSet |
Definition at line 48 of file FitFraction.h.
| pdf_type* AmpGen::FitFractionCalculator< pdf_type >::pdf |
Definition at line 46 of file FitFraction.h.
| bool AmpGen::FitFractionCalculator< pdf_type >::recalculateIntegrals |
Definition at line 49 of file FitFraction.h.