EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
Loading...
Searching...
No Matches
EvtItgTwoCoeffFcn Class Reference

#include <EvtGenModels/EvtItgTwoCoeffFcn.hh>

Inheritance diagram for EvtItgTwoCoeffFcn:
EvtItgAbsFunction

Public Member Functions

 EvtItgTwoCoeffFcn (double(*theFunction)(double, const std::vector< double > &, const std::vector< double > &), double lowerRange, double upperRange, const std::vector< double > &coeffs1, const std::vector< double > &coeffs2)
void setCoeff (int, int, double) override
double getCoeff (int, int) override
Public Member Functions inherited from EvtItgAbsFunction
 EvtItgAbsFunction (double lowerRange, double upperRange)
virtual ~EvtItgAbsFunction ()=default
virtual double value (double x) const
virtual double operator() (double x) const
double upperRange () const
double lowerRange () const
void getRange (double &lower, double &upper) const

Protected Member Functions

double myFunction (double x) const override
Protected Member Functions inherited from EvtItgAbsFunction
void setRange (double x1, double x2)

Private Attributes

double(* m_myFunction )(double x, const std::vector< double > &coeffs1, const std::vector< double > &coeffs2)
std::vector< double > m_coeffs1
std::vector< double > m_coeffs2

Detailed Description

Definition at line 37 of file EvtItgTwoCoeffFcn.hh.

Constructor & Destructor Documentation

◆ EvtItgTwoCoeffFcn()

EvtItgTwoCoeffFcn::EvtItgTwoCoeffFcn ( double(* theFunction )(double, const std::vector< double > &, const std::vector< double > &),
double lowerRange,
double upperRange,
const std::vector< double > & coeffs1,
const std::vector< double > & coeffs2 )

Definition at line 29 of file EvtItgTwoCoeffFcn.cpp.

Member Function Documentation

◆ getCoeff()

double EvtItgTwoCoeffFcn::getCoeff ( int vect,
int which )
overridevirtual

Implements EvtItgAbsFunction.

Definition at line 54 of file EvtItgTwoCoeffFcn.cpp.

◆ myFunction()

double EvtItgTwoCoeffFcn::myFunction ( double x) const
overrideprotectedvirtual

Implements EvtItgAbsFunction.

Definition at line 41 of file EvtItgTwoCoeffFcn.cpp.

◆ setCoeff()

void EvtItgTwoCoeffFcn::setCoeff ( int vect,
int which,
double value )
overridevirtual

Implements EvtItgAbsFunction.

Definition at line 46 of file EvtItgTwoCoeffFcn.cpp.

Member Data Documentation

◆ m_coeffs1

std::vector<double> EvtItgTwoCoeffFcn::m_coeffs1
private

Definition at line 56 of file EvtItgTwoCoeffFcn.hh.

◆ m_coeffs2

std::vector<double> EvtItgTwoCoeffFcn::m_coeffs2
private

Definition at line 57 of file EvtItgTwoCoeffFcn.hh.

◆ m_myFunction

double(* EvtItgTwoCoeffFcn::m_myFunction) (double x, const std::vector< double > &coeffs1, const std::vector< double > &coeffs2)
private

Definition at line 53 of file EvtItgTwoCoeffFcn.hh.


The documentation for this class was generated from the following files: