This class handles clusters which are too heavy. More...
#include <ClusterFissioner.h>
Public Member Functions | |
Standard constructors and destructors. | |
ClusterFissioner () | |
Default constructor. | |
tPVector | fission (ClusterVector &clusters, bool softUEisOn) |
Splits the clusters which are too heavy. | |
![]() | |
virtual bool | defaultInit () |
PPtr | getParticle (PID) const |
PDPtr | getParticleData (PID) const |
bool | used () const |
void | useMe () const |
tEGPtr | generator () const |
void | persistentOutput (PersistentOStream &os) const |
void | persistentInput (PersistentIStream &is, int version) |
PPtr | getParticle (PID) const |
PDPtr | getParticleData (PID) const |
bool | used () const |
void | useMe () const |
tEGPtr | generator () const |
![]() | |
string | fullName () const |
string | name () const |
string | path () const |
string | comment () const |
void | setup (istream &is) |
void | update () |
void | init () |
virtual bool | preInitialize () const |
void | initrun () |
void | finish () |
void | touch () |
void | reset () |
void | clear () |
InitState | state () const |
bool | locked () const |
bool | touched () const |
virtual IBPtr | fullclone () const |
void | persistentOutput (PersistentOStream &os) const |
void | persistentInput (PersistentIStream &is, int version) |
virtual void | debugme () const |
void | update () |
void | init () |
virtual bool | preInitialize () const |
void | initrun () |
void | finish () |
void | touch () |
void | reset () |
void | clear () |
InitState | state () const |
bool | locked () const |
bool | touched () const |
virtual IBPtr | fullclone () const |
![]() | |
void | debug () const |
virtual void | debugme () const |
![]() | |
CounterType | referenceCount () const |
![]() | |
Named (const string &newName=string()) | |
Named (const Named &)=default | |
const string & | name () const |
bool | operator== (const Named &other) const |
bool | operator< (const Named &other) const |
Private Attributes | |
The Cluster max mass,dependant on which quarks are involved, used to determine when | |
fission will occur. | |
Energy | _clMaxLight |
Energy | _clMaxBottom |
Energy | _clMaxCharm |
Energy | _clMaxExotic |
The power used to determine when cluster fission will occur. | |
double | _clPowLight |
double | _clPowBottom |
double | _clPowCharm |
double | _clPowExotic |
The power, dependant on whic quarks are involved, used in the cluster mass generation. | |
double | _pSplitLight |
double | _pSplitBottom |
double | _pSplitCharm |
double | _pSplitExotic |
double | _fissionPwtUquark |
double | _fissionPwtDquark |
double | _fissionPwtSquark |
int | _fissionCluster |
Flag used to determine between normal cluster fission and alternative cluster fission. | |
int | _kinematicThresholdChoice |
Flag to choose static or dynamic kinematic thresholds in cluster splittings. | |
Energy | _btClM |
Parameter used (2/b) for the beam cluster mass generation. | |
int | _iopRem |
Flag used to determine what distributions to use for the cluster masses. | |
Tension | _kappa |
The string constant. | |
int | _enhanceSProb |
Flag that switches between no strangeness enhancement, scaling enhancement, and exponential enhancement (in numerical order) | |
Energy | _m0Fission |
Parameter that governs the strangeness enhancement scaling. | |
int | _massMeasure |
Flag that switches between mass measures used in strangeness enhancement: cluster mass, or the lambda measure - ( m_{clu}^2 - (m_q + m_{qbar})^2 ) | |
const double | _maxScale = 20. |
Constant variable which stops the scale from being to large, and not worth calculating. | |
double | _probPowFactor |
Power factor in ClausterFissioner bell probablity function. | |
double | _probShift |
Shifts from the center in ClausterFissioner bell probablity function. | |
Energy2 | _kinThresholdShift |
Shifts from the kinetic threshold in ClausterFissioner. | |
Clone Methods. | |
typedef pair< PPtr, PPtr > | PPair |
Definition for easy passing of two particles. | |
typedef pair< PPair, PPair > | cutType |
Definition for use in the cut function. | |
virtual cutType | cutTwo (ClusterPtr &, tPVector &finalhadrons, bool softUEisOn) |
Splits the input cluster. | |
virtual cutType | cutThree (ClusterPtr &, tPVector &finalhadrons, bool softUEisOn) |
Split three-component cluster. | |
PPair | produceHadron (tcPDPtr hadron, tPPtr newPtr, const Lorentz5Momentum &a, const LorentzPoint &b) const |
Produces a hadron and returns the flavour drawn from the vacuum. | |
virtual IBPtr | clone () const |
Make a simple clone of this object. | |
virtual IBPtr | fullclone () const |
Make a clone of this object, possibly modifying the cloned object to make it sane. | |
Energy2 | clustermass (const ClusterPtr &cluster) const |
Function that returns either the cluster mass or the lambda measure. | |
virtual void | drawNewFlavour (PPtr &newPtr1, PPtr &newPtr2, const ClusterPtr &cluster) const |
Draw a new flavour for the given cluster; currently defaults to the default model. | |
virtual pair< Energy, Energy > | drawNewMasses (Energy Mc, bool soft1, bool soft2, Lorentz5Momentum &pClu1, Lorentz5Momentum &pClu2, tPPtr ptrQ1, Lorentz5Momentum &pQ1, tPPtr, Lorentz5Momentum &pQone, tPPtr, Lorentz5Momentum &pQtwo, tPPtr ptrQ2, Lorentz5Momentum &pQ2) const |
Calculate the masses and possibly kinematics of the cluster fission at hand; if claculateKineamtics is perfomring non-trivial steps kinematics claulcated here will be overriden. | |
virtual void | calculateKinematics (const Lorentz5Momentum &pClu, const Lorentz5Momentum &p0Q1, const bool toHadron1, const bool toHadron2, Lorentz5Momentum &pClu1, Lorentz5Momentum &pClu2, Lorentz5Momentum &pQ1, Lorentz5Momentum &pQb, Lorentz5Momentum &pQ2, Lorentz5Momentum &pQ2b) const |
Calculate the final kinematics of a heavy cluster decay C->C1 + C2, if not already performed by drawNewMasses. | |
PPair | produceCluster (tPPtr ptrQ, tPPtr newPtr, const Lorentz5Momentum &a, const LorentzPoint &b, const Lorentz5Momentum &c, const Lorentz5Momentum &d, const bool rem, tPPtr spect=tPPtr(), bool remSpect=false) const |
Produces a cluster from the flavours passed in. | |
void | drawNewFlavour (PPtr &newPtrPos, PPtr &newPtrNeg) const |
Returns the new quark-antiquark pair needed for fission of a heavy cluster. | |
void | drawNewFlavourEnhanced (PPtr &newPtrPos, PPtr &newPtrNeg, Energy2 mass2) const |
Returns the new quark-antiquark pair needed for fission of a heavy cluster. | |
Energy | drawChildMass (const Energy M, const Energy m1, const Energy m2, const Energy m, const double exp, const bool soft) const |
Produces the mass of a child cluster. | |
void | calculatePositions (const Lorentz5Momentum &pClu, const LorentzPoint &positionClu, const Lorentz5Momentum &pClu1, const Lorentz5Momentum &pClu2, LorentzPoint &positionClu1, LorentzPoint &positionClu2) const |
Determine the positions of the two children clusters. | |
ClusterFissioner & | operator= (const ClusterFissioner &)=delete |
Private and non-existent assignment operator. | |
void | cut (stack< ClusterPtr > &, ClusterVector &, tPVector &finalhadrons, bool softUEisOn) |
This method directs the splitting of the heavy clusters. | |
Access members for child classes. | |
HadronSelectorPtr | _hadronSelector |
A pointer to a Herwig::HadronSelector object for generating hadrons. | |
HadronSelectorPtr | hadronSelector () const |
Access to the hadron selector. | |
Energy | btClM () const |
Access to soft-cluster parameter. | |
double | pSplitLight () const |
Cluster splitting paramater for light quarks. | |
double | pSplitBottom () const |
Cluster splitting paramater for bottom quarks. | |
double | pSplitCharm () const |
Cluster splitting paramater for charm quarks. | |
double | pSplitExotic () const |
Cluster splitting paramater for exotic particles. | |
bool | ProbablityFunction (double scale, double threshold) |
Smooth probability for dynamic threshold cuts: @scale the current scale, e.g. | |
bool | isHeavy (tcClusterPtr) |
Check if a cluster is heavy enough to split again. | |
Functions used by the persistent I/O system. | |
void | persistentOutput (PersistentOStream &os) const |
Function used to write out object persistently. | |
void | persistentInput (PersistentIStream &is, int version) |
Function used to read in object persistently. | |
static void | Init () |
Standard Init function used to initialize the interfaces. | |
Additional Inherited Members | |
![]() | |
enum | InitState |
![]() | |
typedef unsigned int | CounterType |
![]() | |
static void | Init () |
![]() | |
static void | Init () |
![]() | |
static void | Init () |
![]() | |
initializing | |
uninitialized | |
initialized | |
runready | |
![]() | |
const unsigned long | uniqueId |
![]() | |
void | reporeg (IBPtr object, string name) const |
bool | setDefaultReference (PtrT &ptr, string classname, string objectname) |
Interfaced (const string &newName) | |
Interfaced (const Interfaced &i) | |
void | setGenerator (tEGPtr generator) |
![]() | |
virtual void | readSetup (istream &is) |
virtual void | doupdate () |
virtual void | doinit () |
virtual void | doinitrun () |
virtual void | dofinish () |
virtual IVector | getReferences () |
virtual void | rebind (const TranslationMap &) |
virtual IBPtr | clone () const=0 |
InterfacedBase (string newName) | |
InterfacedBase (const InterfacedBase &i) | |
virtual void | readSetup (istream &is) |
virtual void | doupdate () |
virtual void | doinit () |
virtual void | doinitrun () |
virtual void | dofinish () |
virtual IVector | getReferences () |
virtual void | rebind (const TranslationMap &) |
![]() | |
ReferenceCounted (const ReferenceCounted &) | |
ReferenceCounted & | operator= (const ReferenceCounted &) |
![]() | |
const Named & | operator= (const Named &other) |
const string & | name (const string &newName) |
![]() | |
static void | registerRepository (IBPtr) |
static void | registerRepository (IBPtr, string newName) |
This class handles clusters which are too heavy.
This class does the job of chopping up either heavy clusters or beam clusters in two lighter ones. The procedure is repeated recursively until all of the cluster children have masses below some threshold values.
For the beam remnant clusters, at the moment what is done is the following. In the case that the soft underlying event is switched on, the beam remnant clusters are tagged as not available, therefore they will not be treated at all during the hadronization. In the case instead that the soft underlying event is switched off, then the beam remnant clusters are treated exactly as "normal" clusters, with the only exception of the mass spectrum used to generate the cluster children masses. For non-beam clusters, the masses of the cluster children are draw from a power-like mass distribution; for beam clusters, according to the value of the flag _IOpRem, either both children masses are draw from a fast-decreasing exponential mass distribution (case _IOpRem == 0, or, indendently by _IOpRem, in the special case that the beam cluster contains two beam remnants), or one mass from the exponential distribution (corresponding of the cluster child with the beam remnant) and the other with the usual power-like distribution (case _IOpRem == 1, which is the default one, as in Herwig 6.3).
The reason behind the use of a fast-decreasing exponential distribution is that to avoid a large transverse energy from the many sequential fissions that would otherwise occur due to the typical large cluster mass of beam clusters. Using instead an exponential distribution the masses of the two cluster children will be very small (order of GeV).
The rationale behind the implementation of the splitting of clusters has been to preserve all of the information about such splitting process. More explicitly a ThePEG::Step class is passed in and the new clusters are added to the step as the decay products of the heavy cluster. This approach has the twofold advantage to provide all of the information that could be needed (expecially in future developments), without any information loss, and furthermore it allows a better debugging.
Definition at line 72 of file ClusterFissioner.h.
typedef pair<PPair,PPair> Herwig::ClusterFissioner::cutType |
Definition for use in the cut function.
Definition at line 183 of file ClusterFissioner.h.
typedef pair<PPtr,PPtr> Herwig::ClusterFissioner::PPair |
Definition for easy passing of two particles.
Definition at line 178 of file ClusterFissioner.h.
|
inlineprotected |
Access to soft-cluster parameter.
Definition at line 371 of file ClusterFissioner.h.
References _btClM.
|
protected |
Determine the positions of the two children clusters.
This routine generates the momentum of the decay products. It also generates the momentum in the lab frame of the partons drawn out of the vacuum.
|
protectedvirtual |
Make a simple clone of this object.
Implements ThePEG::InterfacedBase.
|
private |
This method directs the splitting of the heavy clusters.
This method does the splitting of the clusters and all of its cluster children, if heavy. All of these new children clusters are added to the collection of clusters. The method works as follows. Initially the vector contains just the stack of input pointers to the clusters to be split. Then it will be filled recursively by all of the cluster's children that are heavy enough to require to be split. In each loop, the last element of the vector is considered (only once because it is then removed from the vector).
|
virtual |
Splits the input cluster.
Split the input cluster (which can be either an heavy non-beam cluster or a beam cluster). The result is two pairs of particles. The first element of each pair is new cluster/hadron, while the second element of each pair is the particle drawn from the vacuum to create the new cluster/hadron. Notice that this method treats also beam clusters by using a different mass spectrum used to generate the cluster child masses (see method drawChildMass). Split two-component cluster
|
protected |
Produces the mass of a child cluster.
Draw the masses \(M'\) of the the cluster child produced by the fission of an heavy cluster (of mass M). m1, m2 are the masses of the constituents of the cluster; m is the mass of the quark extract from the vacuum (together with its antiparticle). The algorithm produces the mass of the cluster formed with consituent m1. Two mass distributions can be used for the child cluster mass:
\[ M' = {\rm rnd}((M-m_1-m_2-m)^P, m^p)^{1/P} + m_1 \]
where \( P \) is a parameter of the model and \( \rm{rnd} \) is the function:\[ \rm{rnd}(a,b) = (1-r)a + r b \]
and here \( r \) is a random number [0,1].\[ r_{\rm min} = \exp(-b (M - m_1 - m_2 - 2 m)) \]
where \( b \) is a parameter of the model. The generated mass is given by\[ M' = m_1 + m - \frac{\log\left( {\rm rnd}(r_{\rm min}, 1-r_{\rm min})\right)}{b} \]
.The choice of which mass distribution should be used for each of the two cluster children is dictated by the parameter soft.
Referenced by drawNewMasses().
|
inlineprotectedvirtual |
Draw a new flavour for the given cluster; currently defaults to the default model.
Definition at line 230 of file ClusterFissioner.h.
References _enhanceSProb, clustermass(), drawNewFlavour(), and drawNewFlavourEnhanced().
Referenced by drawNewFlavour().
|
protected |
Returns the new quark-antiquark pair needed for fission of a heavy cluster.
Equal probabilities are assumed for producing u, d, or s pairs.
|
protected |
Returns the new quark-antiquark pair needed for fission of a heavy cluster.
Equal probabilities are assumed for producing u, d, or s pairs. Extra argument is used when performing strangeness enhancement
Referenced by drawNewFlavour().
|
inlineprotectedvirtual |
Calculate the masses and possibly kinematics of the cluster fission at hand; if claculateKineamtics is perfomring non-trivial steps kinematics claulcated here will be overriden.
Currentl;y resorts to the default
Definition at line 244 of file ClusterFissioner.h.
References drawChildMass(), Herwig::CheckId::hasBottom(), Herwig::CheckId::hasCharm(), and Herwig::CheckId::isExotic().
tPVector Herwig::ClusterFissioner::fission | ( | ClusterVector & | clusters, |
bool | softUEisOn | ||
) |
Splits the clusters which are too heavy.
Split either heavy clusters or beam clusters recursively until all children have mass below some threshold. Heavy clusters are those that satisfy the condition
\[ M^P > C^P + S^P \]
where \( M \) is the clusters mass, \( P \) is the parameter ClPow, \( C \) is the parameter ClMax and \( S \) is the sum of the clusters constituent partons. For beam clusters, they are split only if the soft underlying event is switched off, otherwise these clusters will be tagged as unavailable and they will not be treated by the hadronization altogether. In the case beam clusters will be split, the procedure is exactly the same as for normal non-beam clusters, with the only exception of the mass spectrum from which to draw the masses of the two cluster children (see method drawChildrenMasses for details).
|
protectedvirtual |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::InterfacedBase.
|
inlineprotected |
Access to the hadron selector.
Definition at line 366 of file ClusterFissioner.h.
References _hadronSelector.
void Herwig::ClusterFissioner::persistentInput | ( | PersistentIStream & | is, |
int | version | ||
) |
Function used to read in object persistently.
is | the persistent input stream read from. |
version | the version number of the object when written. |
void Herwig::ClusterFissioner::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
|
private |
Smooth probability for dynamic threshold cuts: @scale the current scale, e.g.
the mass of the cluster, @threshold the physical threshold,
|
protected |
Produces a cluster from the flavours passed in.
This routine produces a new cluster with the flavours given by ptrQ and newPtr. The new 5 momentum is a and the parent momentum are c and d. C is for the ptrQ and d is for the new particle newPtr. rem specifies whether the existing particle is a beam remnant or not.
PPair Herwig::ClusterFissioner::produceHadron | ( | tcPDPtr | hadron, |
tPPtr | newPtr, | ||
const Lorentz5Momentum & | a, | ||
const LorentzPoint & | b | ||
) | const |
Produces a hadron and returns the flavour drawn from the vacuum.
This routine produces a new hadron. It also sets the momentum and vertex to the values given.
|
inlineprotected |
Cluster splitting paramater for bottom quarks.
Definition at line 381 of file ClusterFissioner.h.
|
inlineprotected |
Cluster splitting paramater for charm quarks.
Definition at line 386 of file ClusterFissioner.h.
|
inlineprotected |
Cluster splitting paramater for exotic particles.
Definition at line 391 of file ClusterFissioner.h.
|
inlineprotected |
Cluster splitting paramater for light quarks.
Definition at line 376 of file ClusterFissioner.h.
|
private |
Parameter used (2/b) for the beam cluster mass generation.
Currently hard coded value.
Definition at line 462 of file ClusterFissioner.h.
Referenced by btClM().
|
private |
Definition at line 419 of file ClusterFissioner.h.
|
private |
Definition at line 420 of file ClusterFissioner.h.
|
private |
Definition at line 421 of file ClusterFissioner.h.
|
private |
Definition at line 418 of file ClusterFissioner.h.
|
private |
Definition at line 428 of file ClusterFissioner.h.
|
private |
Definition at line 429 of file ClusterFissioner.h.
|
private |
Definition at line 430 of file ClusterFissioner.h.
|
private |
Definition at line 427 of file ClusterFissioner.h.
|
private |
Flag that switches between no strangeness enhancement, scaling enhancement, and exponential enhancement (in numerical order)
Definition at line 478 of file ClusterFissioner.h.
Referenced by drawNewFlavour().
|
private |
Flag used to determine between normal cluster fission and alternative cluster fission.
Definition at line 450 of file ClusterFissioner.h.
|
private |
Definition at line 444 of file ClusterFissioner.h.
|
private |
Definition at line 445 of file ClusterFissioner.h.
|
private |
Definition at line 443 of file ClusterFissioner.h.
|
private |
A pointer to a Herwig::HadronSelector object for generating hadrons.
Definition at line 411 of file ClusterFissioner.h.
Referenced by hadronSelector().
|
private |
Flag used to determine what distributions to use for the cluster masses.
Definition at line 467 of file ClusterFissioner.h.
|
private |
The string constant.
Definition at line 472 of file ClusterFissioner.h.
|
private |
Flag to choose static or dynamic kinematic thresholds in cluster splittings.
Definition at line 455 of file ClusterFissioner.h.
|
private |
Shifts from the kinetic threshold in ClausterFissioner.
Definition at line 510 of file ClusterFissioner.h.
|
private |
Parameter that governs the strangeness enhancement scaling.
Definition at line 483 of file ClusterFissioner.h.
|
private |
Flag that switches between mass measures used in strangeness enhancement: cluster mass, or the lambda measure - ( m_{clu}^2 - (m_q + m_{qbar})^2 )
Definition at line 489 of file ClusterFissioner.h.
|
private |
Constant variable which stops the scale from being to large, and not worth calculating.
Definition at line 495 of file ClusterFissioner.h.
|
private |
Power factor in ClausterFissioner bell probablity function.
Definition at line 500 of file ClusterFissioner.h.
|
private |
Shifts from the center in ClausterFissioner bell probablity function.
Definition at line 505 of file ClusterFissioner.h.
|
private |
Definition at line 437 of file ClusterFissioner.h.
|
private |
Definition at line 438 of file ClusterFissioner.h.
|
private |
Definition at line 439 of file ClusterFissioner.h.
|
private |
Definition at line 436 of file ClusterFissioner.h.