evtgen is hosted by Hepforge, IPPP Durham
EvtGen  2.0.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
EvtRareLbToLllFFlQCD.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 EVTRARELBTOLLLFFLQCD_HH
22 #define EVTRARELBTOLLLFFLQCD_HH 1
23 
24 // Include files
25 
34 #include "EvtGenBase/EvtIdSet.hh"
36 
38 
39 #include <map>
40 #include <string>
41 
43  public:
45  EvtRareLbToLllFFlQCD() = default;
46 
47  void init() override;
48 
49  void getFF( EvtParticle* parent, EvtParticle* lambda,
50  EvtRareLbToLllFFBase::FormFactors& FF ) override;
51 
52  private:
53  double formFactorParametrization( double q2, double a0, double a1,
54  double pole );
55  double zvar( double q2 );
56 
57  double fconsts[3][3];
58  double gconsts[3][3];
59  double hconsts[3][3];
60  double htildaconsts[3][3];
61 
62  double t0;
63  double tplus;
64 };
65 
66 #endif // EVTRARELBTOLLLFF_HH
const double a1
double formFactorParametrization(double q2, double a0, double a1, double pole)
double lambda(double q, double m1, double m2)
Definition: EvtFlatQ2.cpp:31
void getFF(EvtParticle *parent, EvtParticle *lambda, EvtRareLbToLllFFBase::FormFactors &FF) override
EvtRareLbToLllFFlQCD()=default
Standard constructor.