Belle II Software development
|
Map of signal particle info. More...
#include <EvtGenDecays.h>
Public Attributes | |
int | status |
status needed to consider a particle a signal | |
EvtId | egId |
the Lund ID | |
std::vector< double > | bfs |
branching fractions | |
std::vector< int > | map |
the map for statuses | |
EvtParticleDecayList | modes |
list of decay modes & | |
Map of signal particle info.
Definition at line 143 of file EvtGenDecays.h.
std::vector<double> bfs |
branching fractions
Definition at line 146 of file EvtGenDecays.h.
EvtId egId |
the Lund ID
Definition at line 145 of file EvtGenDecays.h.
std::vector<int> map |
the map for statuses
Definition at line 147 of file EvtGenDecays.h.
EvtParticleDecayList modes |
list of decay modes &
Definition at line 148 of file EvtGenDecays.h.
int status |
status needed to consider a particle a signal
Definition at line 144 of file EvtGenDecays.h.