StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
EvtRareLbToLllFFlQCD.hh
1 #ifndef EVTRARELBTOLLLFFLQCD_HH
2 #define EVTRARELBTOLLLFFLQCD_HH 1
3 
4 // Include files
5 
14 #include "EvtGenBase/EvtParticle.hh"
15 #include "EvtGenBase/EvtIdSet.hh"
16 #include "EvtGenModels/EvtRareLbToLllFFBase.hh"
17 
18 #include <string>
19 #include <map>
20 
22 
23 public:
24 
27 
28  virtual ~EvtRareLbToLllFFlQCD( );
29 
30  void init() ;
31 
32  void getFF( EvtParticle* parent,
33  EvtParticle* lambda,
35 
36 
37 protected:
38 
39 
40 private:
41  double formFactorParametrization(double q2, double a0, double a1, double pole);
42  double zvar(double q2);
43 
44  double fconsts[3][3];
45  double gconsts[3][3];
46  double hconsts[3][3];
47  double htildaconsts[3][3];
48 
49  double t0;
50  double tplus;
51 };
52 
53 #endif // EVTRARELBTOLLLFF_HH
virtual ~EvtRareLbToLllFFlQCD()
Destructor.
EvtRareLbToLllFFlQCD()
Standard constructor.