|
PYTHIA
8.316
|
#include <Analysis.h>
Public Member Functions | |
| SingleClusterJet (Vec4 pJetIn=0., int motherIn=0) | |
| Constructors. | |
| SingleClusterJet (const SingleClusterJet &j) | |
| SingleClusterJet & | operator= (const SingleClusterJet &j) |
Public Attributes | |
| Vec4 | pJet |
| int | mother |
| int | daughter |
| int | multiplicity |
| bool | isAssigned |
| double | pAbs |
| Vec4 | pTemp |
Friends | |
| double | dist2Fun (int measure, const SingleClusterJet &j1, const SingleClusterJet &j2) |
| Distance measures (Lund, JADE, Durham) with friend. More... | |
SingleClusterJet class. Simple helper class to ClusterJet for a jet and its contents.
|
friend |
Distance measures (Lund, JADE, Durham) with friend.
Distance measures between two SingleClusterJet objects.
Distance measures (Lund, JADE, Durham) with friend.
JADE distance.
Durham distance.
Lund distance; "default".
| Vec4 pJet |
Properties of jet. Note: mother, daughter and isAssigned only used for original particles, multiplicity and pTemp only for reconstructed jets.
1.8.11