StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
EvtRareLbToLllFFGutsche.hh
1 #ifndef EVTRARELBTOLLLFFGUTSCHE_HH
2 #define EVTRARELBTOLLLFFGUTSCHE_HH 1
3 
4 // Include files
5 
13 #include "EvtGenBase/EvtParticle.hh"
14 #include "EvtGenBase/EvtIdSet.hh"
15 #include "EvtGenModels/EvtRareLbToLllFFBase.hh"
16 
17 #include <string>
18 #include <map>
19 
21 
22 public:
23 
26 
27  virtual ~EvtRareLbToLllFFGutsche( );
28 
29  void init() ;
30 
31  void getFF( EvtParticle* parent,
32  EvtParticle* lambda,
34 
35 
36 protected:
37 
38 
39 private:
40  double formFactorParametrization(double s, double f0, double a, double b);
41 
42  double fVconsts[3][3];
43  double fAconsts[3][3];
44  double fTVconsts[3][3];
45  double fTAconsts[3][3];
46 
47  static EvtIdSet fParents;
48  static EvtIdSet fDaughters;
49 };
50 
51 #endif // EVTRARELBTOLLLFF_HH
EvtRareLbToLllFFGutsche()
Standard constructor.
virtual ~EvtRareLbToLllFFGutsche()
Destructor.