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
Evtbs2llGammaISRFSR.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 EVTBS2LLGAMMAISRFSR_HH
22
#define EVTBS2LLGAMMAISRFSR_HH
23
24
#include "
EvtGenBase/EvtDecayAmp.hh
"
25
26
class
EvtParticle
;
27
class
Evtbs2llGammaFF
;
// my class with ff for rare semileptonic B-decays
28
class
Evtbs2llGammaISRFSRAmp
;
// my class with amplitudes for rare radiative leptonic B-decays
29
class
EvtbTosllWilsCoeffNLO
;
// my class with Wilson coefficients in NLO
30
31
// Description: See the Internal LHCb Note LHCb-INT-2011-011.
32
33
class
Evtbs2llGammaISRFSR
:
public
EvtDecayAmp
{
34
public
:
35
Evtbs2llGammaISRFSR
() {}
36
virtual
~Evtbs2llGammaISRFSR
();
37
38
std::string
getName
()
const override
;
39
EvtDecayBase
*
clone
()
const override
;
40
41
void
init
()
override
;
42
void
initProbMax
()
override
;
43
void
decay
(
EvtParticle
* p )
override
;
44
45
private
:
46
Evtbs2llGammaFF
*
m_mntffmodel
;
47
Evtbs2llGammaISRFSRAmp
*
m_calcamp
;
48
EvtbTosllWilsCoeffNLO
*
m_wilscoeff
;
49
};
50
51
#endif
EvtDecayAmp.hh
EvtDecayAmp
Definition
EvtDecayAmp.hh:29
EvtDecayBase
Definition
EvtDecayBase.hh:33
EvtParticle
Definition
EvtParticle.hh:45
EvtbTosllWilsCoeffNLO
Definition
EvtbTosllWilsCoeffNLO.hh:30
Evtbs2llGammaFF
Definition
Evtbs2llGammaFF.hh:29
Evtbs2llGammaISRFSRAmp
Definition
Evtbs2llGammaISRFSRAmp.hh:42
Evtbs2llGammaISRFSR::Evtbs2llGammaISRFSR
Evtbs2llGammaISRFSR()
Definition
Evtbs2llGammaISRFSR.hh:35
Evtbs2llGammaISRFSR::clone
EvtDecayBase * clone() const override
Definition
Evtbs2llGammaISRFSR.cpp:49
Evtbs2llGammaISRFSR::m_mntffmodel
Evtbs2llGammaFF * m_mntffmodel
Definition
Evtbs2llGammaISRFSR.hh:46
Evtbs2llGammaISRFSR::m_wilscoeff
EvtbTosllWilsCoeffNLO * m_wilscoeff
Definition
Evtbs2llGammaISRFSR.hh:48
Evtbs2llGammaISRFSR::init
void init() override
Definition
Evtbs2llGammaISRFSR.cpp:75
Evtbs2llGammaISRFSR::~Evtbs2llGammaISRFSR
virtual ~Evtbs2llGammaISRFSR()
Definition
Evtbs2llGammaISRFSR.cpp:35
Evtbs2llGammaISRFSR::decay
void decay(EvtParticle *p) override
Definition
Evtbs2llGammaISRFSR.cpp:160
Evtbs2llGammaISRFSR::getName
std::string getName() const override
Definition
Evtbs2llGammaISRFSR.cpp:43
Evtbs2llGammaISRFSR::initProbMax
void initProbMax() override
Definition
Evtbs2llGammaISRFSR.cpp:118
Evtbs2llGammaISRFSR::m_calcamp
Evtbs2llGammaISRFSRAmp * m_calcamp
Definition
Evtbs2llGammaISRFSR.hh:47
Generated by
1.16.1