Belle II Software development
|
Holds the information of a decay. More...
#include <DecayStringDecay.h>
Public Attributes | |
DecayStringParticle | m_mother |
Mother particle. | |
std::string | m_strArrow |
The arrow of the decay string. | |
std::vector< DecayString > | m_daughters |
The decay products. | |
std::vector< std::string > | m_keywords |
The keyword list for custom MC Matching. | |
Holds the information of a decay.
Defined recursively, that is the daughters m_daughters can be a DecayString themselves.
User documentation is located at analysis/doc/DecayDescriptor.rst Please modify in accordingly to introduced changes.
Definition at line 26 of file DecayStringDecay.h.
std::vector<DecayString> m_daughters |
The decay products.
Definition at line 32 of file DecayStringDecay.h.
std::vector<std::string> m_keywords |
The keyword list for custom MC Matching.
Definition at line 34 of file DecayStringDecay.h.
DecayStringParticle m_mother |
Mother particle.
Definition at line 28 of file DecayStringDecay.h.
std::string m_strArrow |
The arrow of the decay string.
Different types of arrows are supported by the DecayDescriptor class.
Definition at line 30 of file DecayStringDecay.h.