Belle II Software  release-08-01-10
DecayStringDecay Struct Reference

Holds the information of a decay. More...

#include <DecayStringDecay.h>

Collaboration diagram for DecayStringDecay:

Public Attributes

DecayStringParticle m_mother
 Mother particle.
 
std::string m_strArrow
 The arrow of the decay string. More...
 
std::vector< DecayStringm_daughters
 The decay products.
 
std::vector< std::string > m_keywords
 The keyword list for custom MC Matching.
 

Detailed Description

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.

Member Data Documentation

◆ m_strArrow

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.


The documentation for this struct was generated from the following file: