StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
EvtB2MuMuMuNuAmp.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: EvtB2MuMuMuNuAmp.hh
12 //
13 // Description:
14 //
15 // Modification history:
16 //
17 // Nikolai Nikitin (Lomonosov Moscow State Univ.) August 06, 2015 Module created
18 // Email: Nikolai.Nikitine@cern.ch
19 //
20 //------------------------------------------------------------------------
21 
22 #ifndef EVTBUTOLLLN_AMP_HH
23 #define EVTBUTOLLLN_AMP_HH
24 
25 
26 class EvtId;
27 class EvtAmp;
28 class EvtParticle;
29 class EvtbTosllMSFF; // my class with ff for the rare semileptonic B-decays
30 
32 
33  public:
34 
35  void CalcAmp( EvtParticle *parent,
36  EvtAmp& amp,
37  EvtbTosllMSFF *formFactorsms
38  );
39 
40  double CalcMaxProb();
41 
42  double lambda(double a, double b, double c);
43 
44  double FF_B2BstarGamma_fromU(double q2);
45 
46  double FF_B2BstarGamma_fromB(double q2);
47 
48 };
49 
50 #endif
51 
Definition: EvtId.hh:27
Definition: EvtAmp.hh:30