EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
Loading...
Searching...
No Matches
Evtbs2llGammaFFMNT.hh
Go to the documentation of this file.
1
2/***********************************************************************
3* Copyright 1998-2020 CERN for the benefit of the EvtGen authors *
4* *
5* This file is part of EvtGen. *
6* *
7* EvtGen is free software: you can redistribute it and/or modify *
8* it under the terms of the GNU General Public License as published by *
9* the Free Software Foundation, either version 3 of the License, or *
10* (at your option) any later version. *
11* *
12* EvtGen is distributed in the hope that it will be useful, *
13* but WITHOUT ANY WARRANTY; without even the implied warranty of *
14* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
15* GNU General Public License for more details. *
16* *
17* You should have received a copy of the GNU General Public License *
18* along with EvtGen. If not, see <https://www.gnu.org/licenses/>. *
19***********************************************************************/
20
21#ifndef EVTBS2LLGAMMAFFMNT_HH
22#define EVTBS2LLGAMMAFFMNT_HH
23
25
26class EvtId;
27
28class EvtComplex;
29
30// Description: Form factors for rare radiative leptonic B-decays
31// according to the papers:
32// 1) F.Kruger, D.Melikhov, Phys. Rev. D67, 034002, 2003.
33// 2) D.Melikhov, N.Nikitin, Phys. Rev. D70, 114028, 2004.
34// 3) I.Balakireva, D.Melikhov, N.Nikitin, D.Tlisov,
35// e-Print: arXiv:0911.0605 [hep-ph].
36// Description: Form-factors for B_q -> gamma transitions, q={d,s}
37// according to the papers:
38// 1) F.Kruger, D.Melikhov, Phys. Rev. D67, 034002, 2003.
39// 2) D.Melikhov, N.Nikitin, Phys. Rev. D70, 114028, 2004.
40// 3) I.Balakireva, D.Melikhov, N.Nikitin, D.Tlisov,
41// Phys. Rev. D81, 054024, 2010.
42
44 public:
46
47 void getPhotonFF( int decay_id, double fb, EvtId parent, double q2,
48 double M1, double mb, double mq, EvtComplex c7gam,
49 EvtComplex a1, EvtComplex lambda_qu, EvtComplex lambda_qc,
50 EvtComplex& Fv, EvtComplex& Fa, EvtComplex& Ftv,
51 EvtComplex& Fta ) override;
52
53 double getQuarkMass( int i ) override;
54};
55
56#endif
const double a1
Definition EvtId.hh:27
double getQuarkMass(int i) override
void getPhotonFF(int decay_id, double fb, EvtId parent, double q2, double M1, double mb, double mq, EvtComplex c7gam, EvtComplex a1, EvtComplex lambda_qu, EvtComplex lambda_qc, EvtComplex &Fv, EvtComplex &Fa, EvtComplex &Ftv, EvtComplex &Fta) override