StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
EvtbTosllMSFF.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: EvtbTosllMSFF.hh
12 // Description: Form factors for B^0_d -> K^* l^+ l^- transition according
13 // to the paper: D.Melikhov, B.Stech, PRD62, 014006 (2000).
14 //
15 // Modification history:
16 //
17 // N.Nikitin March 13, 2008 Module created
18 //
19 //------------------------------------------------------------------------
20 
21 #ifndef EVTBTOSLLMSFF_HH
22 #define EVTBTOSLLMSFF_HH
23 
24 #include "EvtGenModels/EvtbTosllFFNew.hh"
25 
26 class EvtId;
27 
29 
30 public:
31 
32  EvtbTosllMSFF();
33 
34  double equation9_10(double ff0, double M2, double q2,
35  double sigma1, double sigma2, int eq_num);
36 
37  void getScalarFF(EvtId parent, EvtId daught,double t,
38  double& fp,double& f0,double& ft);
39 
40  void getVectorFF(EvtId parent, EvtId daught,double t,
41  double& a1,double& a2,double& a0, double& v,
42  double& t1, double& t2, double& t3 );
43 
44  double getQuarkMass(int i);
45 
46 private:
47 
48 };
49 
50 #endif
51 
Definition: EvtId.hh:27