|
ThePEG
1.8.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. More... | |
| VSelector< pair< int, int > > | flavsel |
| Different divisions into quark-diquark weighted by their respective probabilities. More... | |
| int | sign |
| -1 if the particle is an anti-particle. More... | |
Simple struct to store info about baryon quark and di-quark constituents.
Definition at line 214 of file SimpleBaryonRemnantDecayer.h.
| vector<int> ThePEG::SimpleBaryonRemnantDecayer::BaryonContent::flav |
The valence flavours of the corresponding baryon.
Definition at line 216 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 219 of file SimpleBaryonRemnantDecayer.h.
| int ThePEG::SimpleBaryonRemnantDecayer::BaryonContent::sign |
-1 if the particle is an anti-particle.
+1 otherwise.
Definition at line 221 of file SimpleBaryonRemnantDecayer.h.
1.8.9.1