PYTHIA
8.312
|
#include <DireHistory.h>
Public Member Functions | |
int | radPos () const |
int | emtPos () const |
int | recPos () const |
const Particle * | rad () |
const Particle * | emt () |
const Particle * | rec () |
string | name () const |
DireClustering () | |
Default constructor. | |
~DireClustering () | |
Default destructor. | |
DireClustering (const DireClustering &inSystem) | |
Copy constructor. | |
DireClustering & | operator= (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 Particle * | radSave |
const Particle * | emtSave |
const Particle * | recSave |
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. | |
Declaration of Clustering class. This class holds information about one radiator, recoiler, emitted system. This class is a container class for MyHistory class use.
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