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
EvtRareLbToLllFF.hh
Go to the documentation of this file.
1
2/***********************************************************************
3* Copyright 1998-2022 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 EVTRARELBTOLLLFF_HH
22#define EVTRARELBTOLLLFF_HH 1
23
24// Include files
25
32
35
37
38#include <array>
39#include <map>
40#include <memory>
41#include <string>
42
44 public:
46 public:
48
49 FormFactorDependence( const double al, const double ap );
50
51 FormFactorDependence( const double a0, const double a2, const double a4,
52 const double al, const double ap );
53
55
57
58 void param( const double al, const double ap );
59
60 void param( const double a0, const double a2, const double a4,
61 const double al, const double ap );
62
63 double m_a0;
64 double m_a2;
65 double m_a4;
66 double m_al;
67 double m_ap;
68 };
69
93
94 void init() override;
95
96 void getFF( const EvtParticle& parent, const EvtParticle& lambda,
97 EvtRareLbToLllFFBase::FormFactors& FF ) const override;
98
99 private:
100 double func( const double p,
102
103 std::array<std::unique_ptr<EvtRareLbToLllFF::FormFactorSet>, 2> m_FF;
104 std::map<int, EvtRareLbToLllFF::FormFactorSet*> m_FFMap;
105
106 void DiracFF( const EvtParticle& parent, const EvtParticle& lambda,
109
110 void RaritaSchwingerFF( const EvtParticle& parent, const EvtParticle& lambda,
113};
114
115#endif // EVTRARELBTOLLLFF_HH
double lambda(double q, double m1, double m2)
Definition EvtFlatQ2.cpp:30
const double a4
const double a2
void param(const double al, const double ap)
FormFactorDependence * clone() const
EvtRareLbToLllFF::FormFactorDependence m_H3
EvtRareLbToLllFF::FormFactorDependence m_F2
EvtRareLbToLllFF::FormFactorDependence m_H6
EvtRareLbToLllFF::FormFactorDependence m_G2
EvtRareLbToLllFF::FormFactorDependence m_G3
EvtRareLbToLllFF::FormFactorDependence m_H5
EvtRareLbToLllFF::FormFactorDependence m_G1
EvtRareLbToLllFF::FormFactorDependence m_H2
EvtRareLbToLllFF::FormFactorDependence m_G4
EvtRareLbToLllFF::FormFactorDependence m_F1
EvtRareLbToLllFF::FormFactorDependence m_H1
EvtRareLbToLllFF::FormFactorDependence m_F3
EvtRareLbToLllFF::FormFactorDependence m_H4
EvtRareLbToLllFF::FormFactorDependence m_F4
void init() override
void getFF(const EvtParticle &parent, const EvtParticle &lambda, EvtRareLbToLllFFBase::FormFactors &FF) const override
std::map< int, EvtRareLbToLllFF::FormFactorSet * > m_FFMap
void RaritaSchwingerFF(const EvtParticle &parent, const EvtParticle &lambda, const EvtRareLbToLllFF::FormFactorSet &FFset, EvtRareLbToLllFF::FormFactors &FF) const
void DiracFF(const EvtParticle &parent, const EvtParticle &lambda, const EvtRareLbToLllFF::FormFactorSet &FFset, EvtRareLbToLllFF::FormFactors &FF) const
double func(const double p, const EvtRareLbToLllFF::FormFactorDependence &dep) const
std::array< std::unique_ptr< EvtRareLbToLllFF::FormFactorSet >, 2 > m_FF