StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StarGenerator
EvtGen1_06_00
EvtGenModels
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
31
class
EvtB2MuMuMuNuAmp
{
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
EvtB2MuMuMuNuAmp
Definition:
EvtB2MuMuMuNuAmp.hh:31
EvtId
Definition:
EvtId.hh:27
EvtAmp
Definition:
EvtAmp.hh:30
EvtParticle
Definition:
EvtParticle.hh:45
EvtbTosllMSFF
Definition:
EvtbTosllMSFF.hh:28
Generated by
1.8.5