BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtKKLambdaCFF Class Reference

#include <EvtKKLambdaCFF.hh>

Inheritance diagram for EvtKKLambdaCFF:

Public Member Functions

 EvtKKLambdaCFF (int numarg, double *arglist)
void getbaryonff (EvtId parent, EvtId daught, double t, double mass, double *f1v, double *f1a, double *f2v, double *f2a)
Public Member Functions inherited from EvtSemiLeptonicFF
virtual void getscalarff (EvtId parent, EvtId daught, double t, double mass, double *fpf, double *fmf)
virtual void getvectorff (EvtId parent, EvtId daught, double t, double mass, double *a1f, double *a2f, double *vf, double *a0f)
virtual void gettensorff (EvtId parent, EvtId daught, double t, double mass, double *a1f, double *a2f, double *vf, double *a0f)

Detailed Description

Definition at line 27 of file EvtKKLambdaCFF.hh.

Constructor & Destructor Documentation

◆ EvtKKLambdaCFF()

EvtKKLambdaCFF::EvtKKLambdaCFF ( int numarg,
double * arglist )

Definition at line 29 of file EvtKKLambdaCFF.cc.

29 {
30 _nargs = numarg;
31 for ( int i = 0; i < numarg; i++ ) { _args[i] = arglist[i]; }
32
33 return;
34}

Member Function Documentation

◆ getbaryonff()

void EvtKKLambdaCFF::getbaryonff ( EvtId parent,
EvtId daught,
double t,
double mass,
double * f1v,
double * f1a,
double * f2v,
double * f2a )
virtual

Reimplemented from EvtSemiLeptonicFF.

Definition at line 36 of file EvtKKLambdaCFF.cc.

37 {
38
39 *f1v = ( _args[0] ) / ( 1.0 - ( t / ( _args[1] * _args[1] ) ) );
40
41 *f2v = 0.;
42 *f2a = 0.;
43 *f1a = -1.0 * ( *f1v );
44}
int t()
Definition t.c:1

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