StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Evtbs2llGammaFFMNT.hh
1 //--------------------------------------------------------------------------
2 //
3 // Environment:
4 // This software is part of the EvtGen package developed jointly
5 // for the BaBar and CLEO collaborations. If you use all or part
6 // of it, please give an appropriate acknowledgement.
7 //
8 // Copyright Information: See EvtGen/COPYRIGHT
9 // Copyright (C) 1998 Caltech, UCSB
10 //
11 // Module: Evtbs2llGammaFFMNT.hh
12 // Description: Form factors for rare radiative leptonic B-decays
13 // according to the papers:
14 // 1) F.Kruger, D.Melikhov, Phys. Rev. D67, 034002, 2003.
15 // 2) D.Melikhov, N.Nikitin, Phys. Rev. D70, 114028, 2004.
16 // 3) I.Balakireva, D.Melikhov, N.Nikitin, D.Tlisov,
17 // e-Print: arXiv:0911.0605 [hep-ph].
18 //
19 // Modification history:
20 //
21 // A.Popov October 30, 2008 Module created
22 // N.Nikitin February 25, 2010 Module modifided
23 //
24 //------------------------------------------------------------------------
25 
26 #ifndef EVTBS2LLGAMMAFFMNT_HH
27 #define EVTBS2LLGAMMAFFMNT_HH
28 
29 #include "EvtGenModels/Evtbs2llGammaFF.hh"
30 
31 class EvtId;
32 
33 class EvtComplex;
34 
36 
37  public:
38 
40 
41  void getPhotonFF(int decay_id, double fb, EvtId parent,
42  double q2, double M1, double mb, double mq,
43  EvtComplex c7gam, EvtComplex a1,
44  EvtComplex lambda_qu, EvtComplex lambda_qc,
45  EvtComplex& Fv, EvtComplex& Fa, EvtComplex& Ftv, EvtComplex& Fta);
46 
47  double getQuarkMass(int i);
48 
49 };
50 
51 #endif
52 
Definition: EvtId.hh:27