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
EvtSSDCP.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 EVTSSDCP_HH
22
#define EVTSSDCP_HH
23
24
#include "
EvtGenBase/EvtDecayAmp.hh
"
25
26
class
EvtParticle
;
27
28
// Description: This module is part of the unification of simulation of CP violation in
29
// B decays. This model handles decays of the type B->SD where D is either
30
// a spin 0, 1, or 2 particle. See long writeup for more information.
31
32
class
EvtSSDCP
:
public
EvtDecayAmp
{
33
public
:
34
std::string
getName
()
const override
;
35
EvtDecayBase
*
clone
()
const override
;
36
37
void
initProbMax
()
override
;
38
void
init
()
override
;
39
void
decay
(
EvtParticle
* p )
override
;
40
41
std::string
getParamName
(
int
i )
override
;
42
std::string
getParamDefault
(
int
i )
override
;
43
44
private
:
45
//Arguments
46
47
double
m_dm
;
48
49
double
m_dgog
;
50
51
EvtComplex
m_qoverp
;
52
EvtComplex
m_poverq
;
53
EvtComplex
m_z
;
//FS CPTV parameter
54
55
// FS commented next line becuse not used
56
// int m_cp;
57
58
EvtComplex
m_A_f
;
59
EvtComplex
m_Abar_f
;
60
61
EvtComplex
m_A_fbar
;
62
EvtComplex
m_Abar_fbar
;
63
64
//Derived quantities
65
66
double
m_gamma
;
67
double
m_dgamma
;
68
69
bool
m_eigenstate
;
70
};
71
72
#endif
EvtDecayAmp.hh
EvtComplex
Definition
EvtComplex.hh:29
EvtDecayAmp
Definition
EvtDecayAmp.hh:29
EvtDecayBase::EvtDecayBase
EvtDecayBase()=default
EvtParticle
Definition
EvtParticle.hh:45
EvtSSDCP
Definition
EvtSSDCP.hh:32
EvtSSDCP::clone
EvtDecayBase * clone() const override
Definition
EvtSSDCP.cpp:43
EvtSSDCP::getParamDefault
std::string getParamDefault(int i) override
Definition
EvtSSDCP.cpp:349
EvtSSDCP::initProbMax
void initProbMax() override
Definition
EvtSSDCP.cpp:160
EvtSSDCP::m_dgog
double m_dgog
Definition
EvtSSDCP.hh:49
EvtSSDCP::m_Abar_fbar
EvtComplex m_Abar_fbar
Definition
EvtSSDCP.hh:62
EvtSSDCP::m_poverq
EvtComplex m_poverq
Definition
EvtSSDCP.hh:52
EvtSSDCP::m_qoverp
EvtComplex m_qoverp
Definition
EvtSSDCP.hh:51
EvtSSDCP::m_A_f
EvtComplex m_A_f
Definition
EvtSSDCP.hh:58
EvtSSDCP::m_eigenstate
bool m_eigenstate
Definition
EvtSSDCP.hh:69
EvtSSDCP::decay
void decay(EvtParticle *p) override
Definition
EvtSSDCP.cpp:178
EvtSSDCP::getParamName
std::string getParamName(int i) override
Definition
EvtSSDCP.cpp:313
EvtSSDCP::init
void init() override
Definition
EvtSSDCP.cpp:48
EvtSSDCP::m_A_fbar
EvtComplex m_A_fbar
Definition
EvtSSDCP.hh:61
EvtSSDCP::m_z
EvtComplex m_z
Definition
EvtSSDCP.hh:53
EvtSSDCP::m_dgamma
double m_dgamma
Definition
EvtSSDCP.hh:67
EvtSSDCP::m_Abar_f
EvtComplex m_Abar_f
Definition
EvtSSDCP.hh:59
EvtSSDCP::m_gamma
double m_gamma
Definition
EvtSSDCP.hh:66
EvtSSDCP::getName
std::string getName() const override
Definition
EvtSSDCP.cpp:38
EvtSSDCP::m_dm
double m_dm
Definition
EvtSSDCP.hh:47
Generated by
1.16.1