#include <phaseSpaceIntegrals.h>
Definition at line 66 of file phaseSpaceIntegrals.h.
◆ PhaseSpaceIntegral4bodyWith_s12s34()
◆ getVal()
double PhaseSpaceIntegral4bodyWith_s12s34::getVal |
( |
| ) |
const |
Definition at line 362 of file phaseSpaceIntegrals.cpp.
371 const int numParticles=5;
376 Double_t p[numParticles];
377 for(
int i=0; i < numParticles; i++){
378 p[i] =
_pat[i].mass();
381 TF2 intFunc(
"d_ps4_by_ds12ds34_withFct" 389 intFunc.SetParameters(p);
397 Int_t mipt = 4000000;
398 Int_t mapt = 400000000;
399 Double_t epsilon = 1.e-8;
400 Double_t relerr = -1;
403 double returnVal = intFunc.IntegralMultiple(nDim, a, b
408 cout <<
"12, 34: just called : " 409 <<
" intFunc.IntegralMultiple( " << nDim
410 <<
", " << a[0] <<
"-" << b[0]
411 <<
", " << a[1] <<
"-" << b[1]
412 <<
", " << mipt <<
", " << mapt
413 <<
", " << epsilon <<
", " << relerr
414 <<
", " << nfnevl <<
", " << iFail
416 <<
" = " << returnVal << endl;
virtual double getRhoMi() const
double d_ps4_by_ds12ds34_withFct(Double_t *x, Double_t *p)
virtual double getRhoMa() const
◆ _pat
◆ _s12Fct
IGenFct* PhaseSpaceIntegral4bodyWith_s12s34::_s12Fct |
|
protected |
◆ _s34Fct
IGenFct * PhaseSpaceIntegral4bodyWith_s12s34::_s34Fct |
|
protected |
The documentation for this class was generated from the following files: