#include <phaseSpaceIntegrals.h>
Definition at line 78 of file phaseSpaceIntegrals.h.
◆ PhaseSpaceIntegral4bodyWith_s123s12()
◆ getVal()
double PhaseSpaceIntegral4bodyWith_s123s12::getVal |
( |
| ) |
const |
Definition at line 424 of file phaseSpaceIntegrals.cpp.
433 const int numParticles=5;
438 TF2 intFunc(
"d_ps4_by_ds13ds12_withFct" 445 Double_t p[numParticles];
446 for(
int i=0; i < numParticles; i++){
447 p[i] =
_pat[i].mass();
450 intFunc.SetParameters(p);
458 Int_t mipt = 4000000;
459 Int_t mapt = 400000000;
460 Double_t epsilon = 1.e-8;
461 Double_t relerr = -1;
464 double returnVal = intFunc.IntegralMultiple(nDim, a, b
470 cout <<
"123, 12: just called : " 471 <<
" intFunc.IntegralMultiple( " << nDim
472 <<
", " << a[0] <<
"-" << b[0]
473 <<
", " << a[1] <<
"-" << b[1]
474 <<
", " << mipt <<
", " << mapt
475 <<
", " << epsilon <<
", " << relerr
476 <<
", " << nfnevl <<
", " << iFail
478 <<
" = " << returnVal << endl;
virtual double getRhoMi() const
double d_ps4_by_ds123ds12_withFct(Double_t *x, Double_t *p)
virtual double getRhoMa() const
◆ _pat
◆ _s123Fct
IGenFct* PhaseSpaceIntegral4bodyWith_s123s12::_s123Fct |
|
protected |
◆ _s12Fct
IGenFct * PhaseSpaceIntegral4bodyWith_s123s12::_s12Fct |
|
protected |
The documentation for this class was generated from the following files: