BOSS 7.0.9
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)
 
 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)
 
virtual void getbaryonff (EvtId parent, EvtId daught, double t, double m_meson, double *f1v, double *f1a, double *f2v, double *f2a)
 
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)
 
virtual void getbaryonff (EvtId parent, EvtId daught, double t, double m_meson, double *f1v, double *f1a, double *f2v, double *f2a)
 

Detailed Description

Constructor & Destructor Documentation

◆ EvtKKLambdaCFF() [1/2]

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

Definition at line 30 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtKKLambdaCFF.cc.

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

◆ EvtKKLambdaCFF() [2/2]

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

Member Function Documentation

◆ getbaryonff() [1/2]

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 38 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtKKLambdaCFF.cc.

40 {
41
42 *f1v=(_args[0])/(1.0-(t/(_args[1]*_args[1])));
43
44 *f2v=0.;
45 *f2a=0.;
46 *f1a=-1.0*(*f1v);
47
48}
TTree * t
Definition: binning.cxx:23

◆ getbaryonff() [2/2]

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

Reimplemented from EvtSemiLeptonicFF.


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