PYTHIA  8.311
Public Member Functions | Public Attributes | List of all members
DireClustering Class Reference

#include <DireHistory.h>

Public Member Functions

int radPos () const
 
int emtPos () const
 
int recPos () const
 
const Particlerad ()
 
const Particleemt ()
 
const Particlerec ()
 
string name () const
 
 DireClustering ()
 Default constructor.
 
 ~DireClustering ()
 Default destructor.
 
 DireClustering (const DireClustering &inSystem)
 Copy constructor.
 
DireClusteringoperator= (const DireClustering &c)
 Assignment operator.
 
 DireClustering (int emtPosIn, int radPosIn, int recPosIn, int partnerIn, double pTscaleIn, const Particle *radIn, const Particle *emtIn, const Particle *recIn, string splitNameIn, int flavRadBefIn=0, int spinRadBefIn=9, int radBefIn=0, int recBefIn=0)
 Constructor with input.
 
double pT () const
 Function to return pythia pT scale of clustering.
 
double mass () const
 Function to return the dipole mass for this clustering.
 
void list () const
 print for debug More...
 

Public Attributes

int emitted
 The emitted parton location.
 
int emittor
 The emittor parton.
 
int recoiler
 The recoiler parton.
 
int partner
 The colour connected recoiler (Can be different for ISR)
 
double pTscale
 The scale associated with this clustering.
 
const ParticleradSave
 
const ParticleemtSave
 
const ParticlerecSave
 
int flavRadBef
 The flavour of the radiator prior to the emission.
 
int spinRadBef
 Spin of the radiator before the splitting.
 
int radBef
 The radiator before the splitting.
 
int recBef
 The recoiler before the splitting.
 
string splitName
 Name of the splitting.
 

Detailed Description

Declaration of Clustering class. This class holds information about one radiator, recoiler, emitted system. This class is a container class for MyHistory class use.

Member Function Documentation

void list ( ) const

print for debug

The Clustering class.

Declaration of Clustering class This class holds information about one radiator, recoiler, emitted system. This class is a container class for DireHistory class use. print for debug


The documentation for this class was generated from the following files: