Belle II Software
development
Toggle main menu visibility
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
z
Typedefs
a
b
c
d
e
g
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
c
d
f
p
t
v
Classes
Class List
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
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
v
w
z
Related Functions
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
Typedefs
Macros
▼
Belle II Software
►
Modules
►
Namespaces
►
Classes
▼
Files
►
File List
►
File Members
DecayStringDecay.h
1
/**************************************************************************
2
* basf2 (Belle II Analysis Software Framework) *
3
* Author: The Belle II Collaboration *
4
* *
5
* See git log for contributors and copyright holders. *
6
* This file is licensed under LGPL-3.0, see LICENSE.md. *
7
**************************************************************************/
8
9
#pragma once
10
#include <string>
11
#include <vector>
12
#include <boost/fusion/include/adapt_struct.hpp>
13
#include <analysis/DecayDescriptor/DecayString.h>
14
#include <analysis/DecayDescriptor/DecayStringParticle.h>
15
16
namespace
Belle2
{
26
struct
DecayStringDecay
{
28
DecayStringParticle
m_mother
;
30
std::string
m_strArrow
;
32
std::vector<DecayString>
m_daughters
;
34
std::vector<std::string>
m_keywords
;
35
};
37
}
38
39
// introduce the DecayStringDecay struct to boost:fusion
40
// this enables direct parsing into the struct with the boost::spirit::qi package
41
// It is necessary to call this in the global scope
42
BOOST_FUSION_ADAPT_STRUCT(
43
Belle2::DecayStringDecay
,
44
(
Belle2::DecayStringParticle
, m_mother)
45
(std::string, m_strArrow)
46
(std::vector<Belle2::DecayString>, m_daughters)
47
(std::vector<std::string>, m_keywords)
48
)
49
50
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
Belle2::DecayStringDecay
Holds the information of a decay.
Definition:
DecayStringDecay.h:26
Belle2::DecayStringDecay::m_daughters
std::vector< DecayString > m_daughters
The decay products.
Definition:
DecayStringDecay.h:32
Belle2::DecayStringDecay::m_strArrow
std::string m_strArrow
The arrow of the decay string.
Definition:
DecayStringDecay.h:30
Belle2::DecayStringDecay::m_mother
DecayStringParticle m_mother
Mother particle.
Definition:
DecayStringDecay.h:28
Belle2::DecayStringDecay::m_keywords
std::vector< std::string > m_keywords
The keyword list for custom MC Matching.
Definition:
DecayStringDecay.h:34
Belle2::DecayStringParticle
Holds the information of a particle in the decay string.
Definition:
DecayStringParticle.h:22
analysis
DecayDescriptor
include
DecayStringDecay.h
Generated on Wed Apr 9 2025 02:34:06 for Belle II Software by
1.9.6