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
EvtGenModels
EvtLb2plnuLQCD.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 EVTLB2PMUNULQCD_HH
22
#define EVTLB2PMUNULQCD_HH
23
24
#include "
EvtGenBase/EvtDecayAmp.hh
"
25
#include "
EvtGenBase/EvtSemiLeptonicFF.hh
"
26
27
#include "
EvtGenModels/EvtSLBaryonAmp.hh
"
28
29
class
EvtParticle
;
30
31
// Description:Implementation of the Lb2plnuLQCD model
32
// Class to handle semileptonic Lb -> p l nu decays using the using form factor predictions from Lattice QCD.
33
// Description: Routine to implement Lb->p l nu semileptonic decays using form factor predictions from LQCD.
34
// The form factors are from:
35
// W. Detmold, C-J. Lin, S. Meinel and M.Wingate, arXiv:1306.0446 (2013)
36
37
class
EvtLb2plnuLQCD
:
public
EvtDecayAmp
{
38
public
:
39
EvtLb2plnuLQCD
();
40
~EvtLb2plnuLQCD
();
41
42
std::string
getName
()
const override
;
43
EvtDecayBase
*
clone
()
const override
;
44
45
void
decay
(
EvtParticle
* p )
override
;
46
void
initProbMax
()
override
;
47
void
init
()
override
;
48
49
private
:
50
EvtSemiLeptonicFF
*
m_ffmodel
;
51
EvtSLBaryonAmp
*
m_calcamp
;
52
};
53
54
#endif
EvtDecayAmp.hh
EvtSLBaryonAmp.hh
EvtSemiLeptonicFF.hh
EvtDecayAmp
Definition
EvtDecayAmp.hh:29
EvtDecayBase::EvtDecayBase
EvtDecayBase()=default
EvtLb2plnuLQCD::getName
std::string getName() const override
Definition
EvtLb2plnuLQCD.cpp:51
EvtLb2plnuLQCD::init
void init() override
Definition
EvtLb2plnuLQCD.cpp:104
EvtLb2plnuLQCD::m_calcamp
EvtSLBaryonAmp * m_calcamp
Definition
EvtLb2plnuLQCD.hh:51
EvtLb2plnuLQCD::clone
EvtDecayBase * clone() const override
Definition
EvtLb2plnuLQCD.cpp:56
EvtLb2plnuLQCD::initProbMax
void initProbMax() override
Definition
EvtLb2plnuLQCD.cpp:82
EvtLb2plnuLQCD::m_ffmodel
EvtSemiLeptonicFF * m_ffmodel
Definition
EvtLb2plnuLQCD.hh:50
EvtLb2plnuLQCD::decay
void decay(EvtParticle *p) override
Definition
EvtLb2plnuLQCD.cpp:61
EvtLb2plnuLQCD::EvtLb2plnuLQCD
EvtLb2plnuLQCD()
Definition
EvtLb2plnuLQCD.cpp:39
EvtLb2plnuLQCD::~EvtLb2plnuLQCD
~EvtLb2plnuLQCD()
Definition
EvtLb2plnuLQCD.cpp:43
EvtParticle
Definition
EvtParticle.hh:45
EvtSLBaryonAmp
Definition
EvtSLBaryonAmp.hh:35
EvtSemiLeptonicFF
Definition
EvtSemiLeptonicFF.hh:26
Generated by
1.16.1