Definition at line 413 of file RunningWidthCalculator.cpp.
◆ chi2BF()
chi2BF::chi2BF |
( |
std::vector< double > |
BF, |
|
|
std::vector< TF1 * > |
partialWidths, |
|
|
std::vector< FitParameter * > |
fit_couplings, |
|
|
double |
m0, |
|
|
double |
gamma0, |
|
|
double |
precision = 0.001 |
|
) |
| |
|
inline |
Definition at line 424 of file RunningWidthCalculator.cpp.
std::vector< double > _BF
std::vector< FitParameter * > _fit_couplings
std::vector< TF1 * > _partialWidths
◆ getVal()
double chi2BF::getVal |
( |
| ) |
|
|
inlinevirtual |
Implements MINT::Minimisable.
Definition at line 430 of file RunningWidthCalculator.cpp.
433 vector<double> integrals;
434 for (
unsigned int i=0; i <
_BF.size() ; i++) {
435 integrand.setIndex(i);
436 ROOT::Math::IntegratorOneDim integrator(integrand) ;
437 double integral = integrator.Integral(
_s_min,
_s_max );
438 integrals.push_back(integral);
441 for (
unsigned int i=0; i <
_BF.size() ; i++) {
442 norm += integrals[i];
444 for (
unsigned int i=0; i <
_BF.size() ; i++) {
std::vector< double > _BF
std::vector< FitParameter * > _fit_couplings
std::vector< TF1 * > _partialWidths
◆ _BF
std::vector<double> chi2BF::_BF |
|
private |
◆ _fit_couplings
◆ _gamma0
◆ _m0
◆ _partialWidths
std::vector<TF1*> chi2BF::_partialWidths |
|
private |
◆ _precision
double chi2BF::_precision |
|
private |
◆ _s_max
◆ _s_min
The documentation for this class was generated from the following file: