The Hw64Selector class selects the hadrons produced in cluster decay using the FORTRAN HERWIG variant of the cluster model. More...
#include <Hw64Selector.h>
Public Member Functions | |
Hw64Selector () | |
The default constructor. | |
virtual pair< tcPDPtr, tcPDPtr > | chooseHadronPair (const Energy cluMass, tcPDPtr par1, tcPDPtr par2) const |
Method to return a pair of hadrons given the PDG codes of two or three constituents. | |
![]() | |
HadronSelector (unsigned int) | |
The default constructor. | |
virtual tcPDPair | chooseHadronPair (const Energy cluMass, tcPDPtr par1, tcPDPtr par2) const |
Method to return a pair of hadrons given the PDG codes of two or three constituents. | |
tcPDPtr | chooseSingleHadron (tcPDPtr par1, tcPDPtr par2, Energy mass) const |
Select the single hadron for a cluster decay return null pointer if not a single hadron decay. | |
tcPDPair | lightestHadronPair (tcPDPtr ptr1, tcPDPtr ptr2) const |
This returns the lightest pair of hadrons given by the flavours. | |
Energy | massLightestHadronPair (tcPDPtr ptr1, tcPDPtr ptr2) const |
Returns the mass of the lightest pair of hadrons with the given particles. | |
tcPDPtr | lightestHadron (tcPDPtr ptr1, tcPDPtr ptr2) const |
Returns the lightest hadron formed by the given particles. | |
vector< pair< tcPDPtr, double > > | hadronsBelowThreshold (Energy threshold, tcPDPtr ptr1, tcPDPtr ptr2) const |
Returns the hadrons below the constituent mass threshold formed by the given particles, together with their total weight. | |
Energy | massLightestHadron (tcPDPtr ptr1, tcPDPtr ptr2) const |
Return the nominal mass of the hadron returned by lightestHadron() | |
double | pwt (long pid) const |
Access the parton weights. | |
virtual std::tuple< bool, bool, bool > | selectBaryon (const Energy cluMass, tcPDPtr par1, tcPDPtr par2) const |
Force baryon/meson selection. | |
virtual double | strangeWeight (const Energy cluMass, tcPDPtr par1, tcPDPtr par2) const |
Strange quark weight. | |
virtual PDPtr | makeDiquark (tcPDPtr par1, tcPDPtr par2) |
Return the particle data of the diquark (anti-diquark) made by the two quarks (antiquarks) par1, par2. | |
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. | |
![]() | |
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 |
Protected Member Functions | |
Clone Methods. | |
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. | |
![]() | |
void | insertToHadronTable (tPDPtr &particle, int flav1, int flav2) |
A sub-function of HadronSelector::constructHadronTable(). | |
virtual void | constructHadronTable () |
Construct the table of hadron data This is the main method to initialize the hadron data (mainly the weights associated to each hadron, taking into account its spin, eventual isoscalar-octect mixing, singlet-decuplet factor). | |
const HadronTable & | table () const |
Access to the table of hadrons. | |
HadronTable & | table () |
Access to the table of hadrons. | |
const vector< PDPtr > & | partons () const |
Access to the list of partons. | |
vector< PDPtr > & | partons () |
Access to the list of partons. | |
map< long, double > & | pwt () |
Access the parton weights. | |
double | probabilityMixing (const double angleMix, const int order) const |
Methods for the mixing of \(I=0\) mesons. | |
virtual double | mixingStateWeight (long id) const |
Returns the weight of given mixing state. | |
double | specialWeight (long id) const |
Calculates a special weight specific to a given hadron. | |
virtual double | mesonWeight (long id) const |
Weights for mesons. | |
int | signHadron (tcPDPtr ptr1, tcPDPtr ptr2, tcPDPtr hadron) const |
This method returns the proper sign ( > 0 hadron; < 0 anti-hadron ) for the input PDG id idHad > 0, suppose to be made by the two constituent particle pointers: ptr1 and ptr2 (both with proper sign). | |
virtual void | insertMeson (HadronInfo a, int flav1, int flav2) |
Insert a meson in the table. | |
virtual void | insertOneHalf (HadronInfo a, int flav1, int flav2) |
Insert a spin \(\frac12\) baryon in the table. | |
virtual void | insertThreeHalf (HadronInfo a, int flav1, int flav2) |
Insert a spin \(\frac32\) baryon in the table. | |
![]() | |
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) |
Standard Interfaced functions. | |
double | _pwtDquark |
The weights for the different quarks and diquarks. | |
double | _pwtUquark |
The probability of producting an up quark. | |
double | _pwtSquark |
The probability of producting a strange quark. | |
double | _pwtCquark |
The probability of producting a charm quark. | |
double | _pwtBquark |
The probability of producting a bottom quark. | |
double | _pwtDIquarkS0 |
The probability of producting a spin-0 diquark. | |
double | _pwtDIquarkS1 |
The probability of producting a spin-1 diquark. | |
double | _sngWt |
Singlet and Decuplet weights. | |
double | _decWt |
The decuplet weight. | |
virtual void | doinit () |
Initialize this object after the setup phase before saving an EventGenerator to disk. | |
Hw64Selector & | operator= (const Hw64Selector &)=delete |
The assignment operator is private and must never be called. | |
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 () |
The standard Init function used to initialize the interfaces. | |
virtual double | baryonWeight (long id) const |
Weights for baryons. | |
Additional Inherited Members | |
![]() | |
enum | InitState |
![]() | |
typedef unsigned int | CounterType |
![]() | |
static void | Init () |
The standard Init function used to initialize the interfaces. | |
![]() | |
static void | Init () |
![]() | |
static void | Init () |
![]() | |
static void | Init () |
![]() | |
initializing | |
uninitialized | |
initialized | |
runready | |
![]() | |
const unsigned long | uniqueId |
![]() | |
static void | registerRepository (IBPtr) |
static void | registerRepository (IBPtr, string newName) |
The Hw64Selector class selects the hadrons produced in cluster decay using the FORTRAN HERWIG variant of the cluster model.
Definition at line 28 of file Hw64Selector.h.
|
inline |
The default constructor.
Definition at line 35 of file Hw64Selector.h.
|
protectedvirtual |
Weights for baryons.
Implements Herwig::HadronSelector.
|
virtual |
Method to return a pair of hadrons given the PDG codes of two or three constituents.
cluMass | The mass of the cluster |
par1 | The particle pointer of the first constituent |
par2 | The particle pointer of the second constituent |
par3 | The particle pointer of the third constituent |
Reimplemented from Herwig::HadronSelector.
|
protectedvirtual |
Make a simple clone of this object.
Implements ThePEG::InterfacedBase.
|
protectedvirtual |
Initialize this object after the setup phase before saving an EventGenerator to disk.
InitException | if object could not be initialized properly. |
Reimplemented from Herwig::HadronSelector.
|
protectedvirtual |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::InterfacedBase.
|
static |
The standard Init function used to initialize the interfaces.
Called exactly once for each class by the class description system before the main function starts or when this class is dynamically loaded.
|
privatedelete |
The assignment operator is private and must never be called.
In fact, it should not even be implemented.
void Herwig::Hw64Selector::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::Hw64Selector::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
|
private |
The decuplet weight.
Definition at line 176 of file Hw64Selector.h.
|
private |
The probability of producting a bottom quark.
Definition at line 151 of file Hw64Selector.h.
|
private |
The probability of producting a charm quark.
Definition at line 146 of file Hw64Selector.h.
|
private |
The probability of producting a spin-0 diquark.
Definition at line 156 of file Hw64Selector.h.
|
private |
The probability of producting a spin-1 diquark.
Definition at line 161 of file Hw64Selector.h.
|
private |
The weights for the different quarks and diquarks.
The probability of producting a down quark.
Definition at line 131 of file Hw64Selector.h.
|
private |
The probability of producting a strange quark.
Definition at line 141 of file Hw64Selector.h.
|
private |
The probability of producting an up quark.
Definition at line 136 of file Hw64Selector.h.
|
private |