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
EvtEtaPi0Dalitz.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' -> pi0 pi0 pi0 *
9
* with a linear Dalitz parametrization *
10
* *
11
* Modification history: *
12
* - U.Tamponi October 9th 2016 Module created *
13
* *
14
* This software is provided "as is" without any warranty. *
15
**************************************************************************/
16
#pragma once
17
18
#include "EvtGenBase/EvtDecayAmp.hh"
19
20
class
EvtParticle;
21
22
23
namespace
Belle2
{
45
class
EvtEtaPi0Dalitz
:
public
EvtDecayAmp {
46
47
public
:
48
50
EvtEtaPi0Dalitz
() {}
51
53
virtual
~EvtEtaPi0Dalitz
();
54
56
std::string
getName
();
57
59
EvtDecayBase*
clone
();
60
65
void
init
();
66
70
void
initProbMax
();
71
73
void
decay
(EvtParticle*
p
);
74
75
};
76
77
}
// Belle 2 Namespace
Belle2::EvtEtaPi0Dalitz::getName
std::string getName()
Returns the name of the model: ETA_PI0DALITZ.
Belle2::EvtEtaPi0Dalitz::clone
EvtDecayBase * clone()
Makes a copy of the class object.
Belle2::EvtEtaPi0Dalitz
Class for the simulation of the eta -> 3pi0 and eta'->3pi0 decays.
Definition:
EvtEtaPi0Dalitz.h:45
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
Belle2
Definition:
EvtB0toKsKK.h:17
Belle2::EvtEtaPi0Dalitz::init
void init()
Checks that the number of input parameters are correct:
Belle2::EvtEtaPi0Dalitz::decay
void decay(EvtParticle *p)
Function that implements the energy-dependent Dalitz.
Belle2::EvtEtaPi0Dalitz::~EvtEtaPi0Dalitz
virtual ~EvtEtaPi0Dalitz()
Default destructor.
Belle2::EvtEtaPi0Dalitz::EvtEtaPi0Dalitz
EvtEtaPi0Dalitz()
Default constructor.
Definition:
EvtEtaPi0Dalitz.h:50
Belle2::EvtEtaPi0Dalitz::initProbMax
void initProbMax()
Sets the Maximum probability for the PHSP reweight.
Generated on Sun May 11 2025 21:09:38 for ATLAS Offline Software by
1.8.18