Belle II Software light-2406-ragdoll
DecayStringParticle Struct Reference

Holds the information of a particle in the decay string. More...

#include <DecayStringParticle.h>

Collaboration diagram for DecayStringParticle:

Public Attributes

std::string m_strSelector
 If the particle is selected by a preceding "^", "@", "(misID)", and/or "(decay)", this is stored here, if not, this is empty.
 
std::string m_strName
 Particle name as it is defined in the evt.pdl file.
 
std::string m_strLabel
 Optional label for this particle.
 

Detailed Description

Holds the information of a particle in the decay string.

Example: ^pi+:slow

User documentation is located at analysis/doc/DecayDescriptor.rst Please modify in accordingly to introduced changes.

Definition at line 22 of file DecayStringParticle.h.

Member Data Documentation

◆ m_strLabel

std::string m_strLabel

Optional label for this particle.

Definition at line 29 of file DecayStringParticle.h.

◆ m_strName

std::string m_strName

Particle name as it is defined in the evt.pdl file.

Definition at line 27 of file DecayStringParticle.h.

◆ m_strSelector

std::string m_strSelector

If the particle is selected by a preceding "^", "@", "(misID)", and/or "(decay)", this is stored here, if not, this is empty.

Definition at line 25 of file DecayStringParticle.h.


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