Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Generators
EvtGen_i
EvtGen_i
EvtGenExternal
Belle2
EvtEtaFullDalitz.h
Go to the documentation of this file.
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2013 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Umberto Tamponi (tamponi@to.infn.it) *
7
* *
8
* Description: Routine to decay eta/eta' -> pi+ pi- pi0 *
9
* with a Dalitz parametrization up to the *
10
* cubic terms in Y *
11
* *
12
* Modification history: *
13
* - U.Tamponi October 9th 2016 Module created *
14
* *
15
* This software is provided "as is" without any warranty. *
16
**************************************************************************/
17
#pragma once
18
19
#include "EvtGenBase/EvtDecayAmp.hh"
20
21
class
EvtParticle;
22
23
namespace
Belle2
{
46
class
EvtEtaFullDalitz
:
public
EvtDecayAmp {
47
48
public
:
49
51
EvtEtaFullDalitz
() {}
52
54
virtual
~EvtEtaFullDalitz
();
55
57
std::string
getName
();
58
60
EvtDecayBase*
clone
();
61
66
void
init
();
67
71
void
initProbMax
();
72
74
void
decay
(EvtParticle*
p
);
75
76
};
77
78
}
// Belle 2 Namespace
Belle2::EvtEtaFullDalitz
Class for the simulation of the eta -> pi+pi-pi0 decay with an improved dalitz description.
Definition:
EvtEtaFullDalitz.h:46
Belle2::EvtEtaFullDalitz::decay
void decay(EvtParticle *p)
Function that implements the energy-dependent Dalitz.
Belle2::EvtEtaFullDalitz::init
void init()
Checks that the number of input parameters are correct:
Belle2::EvtEtaFullDalitz::initProbMax
void initProbMax()
Sets the Maximum probability for the PHSP reweight.
Belle2::EvtEtaFullDalitz::EvtEtaFullDalitz
EvtEtaFullDalitz()
Default Constructor.
Definition:
EvtEtaFullDalitz.h:51
Belle2::EvtEtaFullDalitz::~EvtEtaFullDalitz
virtual ~EvtEtaFullDalitz()
Default Destructor.
Belle2::EvtEtaFullDalitz::getName
std::string getName()
Returns the model name: ETA_FULLDALITZ.
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
Belle2
Definition:
EvtB0toKsKK.h:17
Belle2::EvtEtaFullDalitz::clone
EvtDecayBase * clone()
Makes a copy of the pointer to the class.
Generated on Mon May 12 2025 21:09:39 for ATLAS Offline Software by
1.8.18