|
PYTHIA
8.316
|
#include <FragmentationSystems.h>
Public Member Functions | |
| ColSinglet () | |
| Constructors. | |
| ColSinglet (vector< int > &iPartonIn, Vec4 pSumIn, double massIn, double massExcessIn, bool hasJunctionIn=false, bool isClosedIn=false, bool isCollectedIn=false) | |
| int | size () const |
| Size of iParton array. | |
Public Attributes | |
| vector< int > | iParton |
| Stored quantities. | |
| Vec4 | pSum |
| double | mass |
| double | massExcess |
| bool | hasJunction |
| bool | isClosed |
| bool | isCollected |
The ColSinglet class contains info on an individual singlet. Only to be used inside ColConfig, so no private members.
1.8.11