ATLAS Offline Software
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
EvtBCLFF Class Reference

BCL Form Factors. More...

#include <EvtBCLFF.h>

Inheritance diagram for EvtBCLFF:
Collaboration diagram for EvtBCLFF:

Public Member Functions

 EvtBCLFF (int numarg, double *arglist)
 constructor More...
 
void getscalarff (EvtId parent, EvtId daughter, double t, double, double *fpf, double *f0f)
 Scalar FF's. More...
 
void getvectorff (EvtId parent, EvtId daughter, double t, double, double *a1f, double *a2f, double *vf, double *a0f)
 Vector FF's. More...
 
void gettensorff (EvtId parent, EvtId daughter, double t, double, double *hf, double *kf, double *bp, double *bm)
 Not Implemented. More...
 
void getbaryonff (EvtId, EvtId, double, double, double *, double *, double *, double *)
 Not Implemented. More...
 
void getdiracff (EvtId, EvtId, double, double, double *, double *, double *, double *, double *, double *)
 Not Implemented. More...
 
void getraritaff (EvtId, EvtId, double, double, double *, double *, double *, double *, double *, double *, double *, double *)
 Not Implemented. More...
 

Private Attributes

int m_numBCLFFCoefficients
 Total number of parameters passed to the model. More...
 
double m_BCLFFCoefficients [19]
 Parameters passed to the model; BCL expansion coefficients. More...
 

Static Private Attributes

static constexpr double m_resonance0Minus = 5.279
 Mass of the 0- resonance for the parametrization of the vector FF. More...
 
static constexpr double m_resonance1Minus = 5.325
 Mass of the 1- resonance for the parametrization of the vector FF. More...
 
static constexpr double m_resonance1Plus = 5.724
 Mass of the 1+ resonance for the parametrization of the vector FF. More...
 

Detailed Description

BCL Form Factors.

Definition at line 19 of file EvtBCLFF.h.

Constructor & Destructor Documentation

◆ EvtBCLFF()

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

constructor

Member Function Documentation

◆ getbaryonff()

void EvtBCLFF::getbaryonff ( EvtId  ,
EvtId  ,
double  ,
double  ,
double *  ,
double *  ,
double *  ,
double *   
)

Not Implemented.

◆ getdiracff()

void EvtBCLFF::getdiracff ( EvtId  ,
EvtId  ,
double  ,
double  ,
double *  ,
double *  ,
double *  ,
double *  ,
double *  ,
double *   
)

Not Implemented.

◆ getraritaff()

void EvtBCLFF::getraritaff ( EvtId  ,
EvtId  ,
double  ,
double  ,
double *  ,
double *  ,
double *  ,
double *  ,
double *  ,
double *  ,
double *  ,
double *   
)

Not Implemented.

◆ getscalarff()

void EvtBCLFF::getscalarff ( EvtId  parent,
EvtId  daughter,
double  t,
double  ,
double *  fpf,
double *  f0f 
)

Scalar FF's.

Implementation follows arXiv:1509.06938v3.

For the scalar FF, the arglist in the constructor should contain 8 expansion parameters: b+_0, b+_1, b+_2, b+_3, b0_0, b0_1, b0_2, b0_3

Parameters
parent
daughter
tMomentum transfer, also called q2. q2 = (p_B - p_M)^2
fpff_+(q2).
f0ff_0(q2).

◆ gettensorff()

void EvtBCLFF::gettensorff ( EvtId  parent,
EvtId  daughter,
double  t,
double  ,
double *  hf,
double *  kf,
double *  bp,
double *  bm 
)

Not Implemented.

◆ getvectorff()

void EvtBCLFF::getvectorff ( EvtId  parent,
EvtId  daughter,
double  t,
double  ,
double *  a1f,
double *  a2f,
double *  vf,
double *  a0f 
)

Vector FF's.

Implementation follows arXiv:1503.05534v3. It is assumed that each expansion has three terms (hardcoded). However, this can be easily expanded or generalized. It is not done, because this way we can check if the number of arguments in the decay file is the correct one.

For the vector FF, the arglist in the constructor should contain 11 expansion parameters: A0_1, A0_2, A1_0, A1_1, A1_2, A12_0, A12_1, A12_2, V_0, V_1, V_2 Nota bene: A0_0 is correlated to A12_0.

Parameters
parent
daughter
tMomentum transfer, also called q2. q2 = (p_B - p_M)^2
a1fA1(q2)
a2fA2(q2)
vfV(q2)
a0fA0(q2)

Member Data Documentation

◆ m_BCLFFCoefficients

double EvtBCLFF::m_BCLFFCoefficients[19]
private

Parameters passed to the model; BCL expansion coefficients.

Definition at line 84 of file EvtBCLFF.h.

◆ m_numBCLFFCoefficients

int EvtBCLFF::m_numBCLFFCoefficients
private

Total number of parameters passed to the model.

Definition at line 82 of file EvtBCLFF.h.

◆ m_resonance0Minus

constexpr double EvtBCLFF::m_resonance0Minus = 5.279
staticconstexprprivate

Mass of the 0- resonance for the parametrization of the vector FF.

Definition at line 87 of file EvtBCLFF.h.

◆ m_resonance1Minus

constexpr double EvtBCLFF::m_resonance1Minus = 5.325
staticconstexprprivate

Mass of the 1- resonance for the parametrization of the vector FF.

Definition at line 89 of file EvtBCLFF.h.

◆ m_resonance1Plus

constexpr double EvtBCLFF::m_resonance1Plus = 5.724
staticconstexprprivate

Mass of the 1+ resonance for the parametrization of the vector FF.

Definition at line 91 of file EvtBCLFF.h.


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