Belle II Software development
|
Holds the information of a particle in the decay string. More...
#include <DecayStringParticle.h>
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. | |
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.
std::string m_strLabel |
Optional label for this particle.
Definition at line 29 of file DecayStringParticle.h.
std::string m_strName |
Particle name as it is defined in the evt.pdl file.
Definition at line 27 of file DecayStringParticle.h.
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.