ThePEG 2.3.0
|
Simple struct to store info about baryon quark and di-quark constituents. More...
#include <SimpleBaryonRemnantDecayer.h>
Public Attributes | |
vector< int > | flav |
The valence flavours of the corresponding baryon. | |
VSelector< pair< int, int > > | flavsel |
Different divisions into quark-diquark weighted by their respective probabilities. | |
int | sign |
-1 if the particle is an anti-particle. | |
Simple struct to store info about baryon quark and di-quark constituents.
Definition at line 209 of file SimpleBaryonRemnantDecayer.h.
vector<int> ThePEG::SimpleBaryonRemnantDecayer::BaryonContent::flav |
The valence flavours of the corresponding baryon.
Definition at line 211 of file SimpleBaryonRemnantDecayer.h.
VSelector< pair<int,int> > ThePEG::SimpleBaryonRemnantDecayer::BaryonContent::flavsel |
Different divisions into quark-diquark weighted by their respective probabilities.
Definition at line 214 of file SimpleBaryonRemnantDecayer.h.
int ThePEG::SimpleBaryonRemnantDecayer::BaryonContent::sign |
-1 if the particle is an anti-particle.
+1 otherwise.
Definition at line 216 of file SimpleBaryonRemnantDecayer.h.