herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
Herwig::Merger Class Reference

This class is responsible for the handling of the merging process after the setup stage, performed by the merging factory. The class is inherited from the MergerBase class that is visible (and the interface) to the shower and matrix elements. More...

#include <Merger.h>

Inheritance diagram for Herwig::Merger:

Public Member Functions

bool matrixElementRegion (PVector incoming, PVector outgoing, Energy winnerScale=ZERO, Energy cutscale=ZERO) const
 define the ME region for a particle vector.
 
Energy mergingScale () const
 return the current merging scale, gets smeared around the central merging scale in generate kinematics.
 
Energy mergePt () const
 return the current merging pt (should be unified with mergingScale)
 
int M () const
 legsize of highest process with NLO corrections
 
int N () const
 legsize of the highest LO merged process
 
int N0 () const
 legsize of the production process
 
CrossSection MergingDSigDR ()
 cross section of as given by the merging
 
void setXComb (tStdXCombPtr)
 ***** virtual functions of the base class ****‍/// set the current xcomb, called from ME
 
void setKinematics ()
 set kinematics, called from ME
 
void clearKinematics ()
 clear kinematics, called from ME
 
bool generateKinematics (const double *)
 generate kinematics, called from ME
 
void flushCaches ()
 generate kinematics, called from ME
 
size_t maxLegs () const
 return the current maximum legs, the shower should veto
 
void setME (MatchboxMEBasePtr me)
 set the current ME
 
- Public Member Functions inherited from Herwig::MergerBase
 MergerBase ()
 The default constructor.
 
virtual bool matrixElementRegion (PVector incoming, PVector outcoming, Energy winnerScale, Energy cutscale) const =0
 define the ME region for a particle vector.
 
virtual CrossSection MergingDSigDR ()=0
 cross section of as given by the merging
 
virtual void setXComb (tStdXCombPtr)=0
 set the current xcomb, called from ME
 
virtual void setME (Ptr< MatchboxMEBase >::ptr)=0
 set the current ME
 
virtual void setKinematics ()=0
 set kinematics, called from ME
 
virtual void clearKinematics ()=0
 clear kinematics, called from ME
 
virtual bool generateKinematics (const double *)=0
 generate kinematics, called from ME
 
virtual void flushCaches ()=0
 flush all chaches of the subleading nodes.
 
virtual size_t maxLegs () const =0
 return the current maximum legs, the shower should veto
 
virtual Energy mergingScale () const =0
 return the current merging scale,
 
- Public Member Functions inherited from ThePEG::HandlerBaseT< UseRandom >
double rnd () const
 
double rnd (double xu) const
 
double rnd (double xl, double xu) const
 
bool rndbool () const
 
bool rndbool (double p) const
 
bool rndbool (double p1, double p2) const
 
int rndsign (double p1, double p2, double p3) const
 
int rnd2 (double p0, double p1) const
 
int rnd3 (double p0, double p1, double p2) const
 
int rnd4 (double p0, double p1, double p2, double p3) const
 
long irnd (long xu=2) const
 
long irnd (long xl, long xu) const
 
const StandardModelBaseSM () const
 
tSMPtr standardModel () const
 
- Public Member Functions inherited from ThePEG::Interfaced
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
 
- Public Member Functions inherited from ThePEG::InterfacedBase
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
 
- Public Member Functions inherited from ThePEG::Base
void debug () const
 
virtual void debugme () const
 
- Public Member Functions inherited from ThePEG::Pointer::ReferenceCounted
CounterType referenceCount () const
 
- Public Member Functions inherited from ThePEG::Named
 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

void N0 (int n)
 the merging factory needs to set the legsize of the production process
 
Ptr< ColourBasis >::ptr largeNBasis () const
 return the large-N basis (TODO: implement check if born ME works with the choice)
 
void smearMergePt ()
 smear the merging pt
 
int openZBoundaries () const
 true if the phase space for initial emissions should not be restricted in z.
 
MatchboxMEBasePtr currentME () const
 return the current ME
 
NodePtr currentNode () const
 return the current Node
 
Standard Interfaced functions.
virtual void doinit ()
 Initialize this object after the setup phase before saving an EventGenerator to disk.
 
- Protected Member Functions inherited from ThePEG::Interfaced
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)
 
- Protected Member Functions inherited from ThePEG::InterfacedBase
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 &)
 
- Protected Member Functions inherited from ThePEG::Pointer::ReferenceCounted
 ReferenceCounted (const ReferenceCounted &)
 
ReferenceCountedoperator= (const ReferenceCounted &)
 
- Protected Member Functions inherited from ThePEG::Named
const Namedoperator= (const Named &other)
 
const string & name (const string &newName)
 

Private Member Functions

double singlesudakov (Dipole, Energy, Energy, pair< bool, bool >)
 calculate a single sudakov step for a given dipole
 
bool dosudakov (NodePtr Born, Energy running, Energy next, double &sudakov0_n)
 calculate the sudakov supression for a clusternode between the current running scale and next scale
 
void cleanup (NodePtr)
 cleanup
 
bool isProjectorStage (NodePtr, int) const
 return true if the cluster node has the matching number of legs to the current projector stage
 
Energy CKKW_StartScale (NodePtr) const
 Calculate the staring scale: if Node is part of the production process, calculate according to the scale choice object in the merging scale objekt, else return max(scale as scalechoice , min(Mass(i, j)))
 
void CKKW_PrepareSudakov (NodePtr, Energy)
 prepare the sudakov calculation
 
double Nf (Energy scale) const
 number of active flavours as given by the shower
 
MergingFactoryPtr treefactory () const
 pointer to the factory
 
map< MatchboxMEBasePtr, NodePtr > firstNodeMap () const
 map from ME to first clusternode
 
void mergePt (Energy x)
 set the current merging pt, smeared in generate kinematics
 
Energy centralMergePt () const
 return the central merging pt
 
CrossSection MergingDSigDRBornStandard ()
 calculate the history weighted born cross section
 
CrossSection MergingDSigDRVirtualStandard ()
 calculate the history weighted virtual contribution
 
CrossSection MergingDSigDRRealStandard ()
 calculate the history weighted real contribution splitted into 3 differnt contibutions
 
CrossSection MergingDSigDRRealAllAbove ()
 calculate the history weighted real contribution all dipoles above: N*(R rnd(i)-Dip_i) history_i U(\phi^n_i)
 
CrossSection MergingDSigDRRealBelowSubReal ()
 calculate the history weighted real contribution not all dipoles above: (R - sum PS_i) history_rnd U(\phi^n+1)
 
CrossSection MergingDSigDRRealBelowSubInt ()
 calculate the history weighted real contribution not all dipoles above: rnd(i)-> N*(PS_i - Dip_i) history_i U(\phi^n_i)
 
size_t maxLegsLO () const
 max legssize the shower should veto for LO
 
CrossSection TreedSigDR (Energy startscale)
 Calculate the LO partonic cross section.
 
Energy fillProjector (int)
 fill the projecting xcomb
 
void fillHistory (Energy, NodePtr, NodePtr)
 fill the history, including calculation of sudakov supression
 
double pdfratio (NodePtr, Energy, Energy, int, bool fromIsME, bool toIsME)
 calculate the pdf ratio for the given clusternode
 
double pdfReweight ()
 return the pdf-ratio reweight for the history
 
double alphaReweight (bool nocmw=false)
 return the alpha_s reweight for the history
 
size_t maxLegsNLO () const
 max legssize the shower should veto for NLO
 
CrossSection LoopdSigDR (Energy startscale)
 calculate the virtual contribution.
 
double sumPdfReweightExpansion () const
 calculate alpha_s expansion of the pdf-ratios
 
double sumAlphaSReweightExpansion () const
 calculate alpha_s expansion of the alpha_s-ratios, including K_g
 
double sumFillHistoryExpansion ()
 calculate alpha_s expansion of the sudakov exponents
 
double alphasExpansion (Energy next, Energy fixedScale) const
 calculate alpha_s expansion of the single step alpha_s-ratio, including K_g
 
double pdfExpansion (NodePtr, int, Energy, Energy, double, int, Energy) const
 calculate alpha_s expansion of the single step pdf-ratio
 
bool doHistExpansion (NodePtr Born, Energy running, Energy next, Energy fixedScale, double &HistExpansion)
 calculate alpha_s expansion of the single step sudakov exponent
 
double singleHistExpansion (Dipole, Energy, Energy, Energy, pair< bool, bool >)
 calculate alpha_s expansion of the single dipole sudakov exponent
 
double as (Energy q) const
 
void setFactory (MergingFactoryPtr f)
 
void setDipoleShower (DipoleShowerHandlerPtr dsh)
 
DipoleShowerHandlerPtr DSH ()
 
cDipoleShowerHandlerPtr DSH () const
 
void firstNodeMap (MatchboxMEBasePtr, NodePtr)
 insert map from ME to first clusternode
 
int chooseHistory () const
 history choice: weighted history choice
 
double smear () const
 the smearing factor for the merging scale
 
void largeNBasis (Ptr< ColourBasis >::ptr x)
 return the large-N colour basis
 
bool notOnlyMulti () const
 helper function to check the only multi condition.
 
double cmwAlphaS (Energy q) const
 Calculate the CMW AlphaS.
 
void debugVirt (double, double, double, double, CrossSection, double, double, double, NodePtr, CrossSection) const
 debug output for virtual
 
void debugReal (string, double, CrossSection, CrossSection) const
 debug output for reals
 

Private Attributes

unsigned int theShowerExpansionWeights = 2
 calculate the history expansion
 
unsigned int theCMWScheme = 0
 use CMW scheme
 
bool projected = true
 true if current point should be projected
 
bool isUnitarized = true
 true if LO cross sections should be unitarised
 
bool isNLOUnitarized = true
 true if NLO contributions should be unitarised
 
int theChooseHistory = 0
 history weight choice
 
int theN0 = 0
 legsize of production process
 
int theOnlyN = -1
 calculate only the N particle contribution
 
int theCurrentMaxLegs = -1
 the current maxlegs (either LO or NLO maxlegs)
 
double theSmearing = 0.
 smearing factor for merging scale
 
Energy theIRSafePT = 1_GeV
 cutoff for real emission contribution
 
Energy theMergePt = 4_GeV
 current merging scale
 
Energy theCentralMergePt = 4_GeV
 central merging scale
 
double theRealSubtractionRatio =3.
 below mergingscale/theRealSubtractionRatio the dipoles are used to subtract.
 
History history
 current cluster histoy including sudakov weights
 
Ptr< ColourBasis >::ptr theLargeNBasis
 pointer to the large-N basis
 
NodePtr theCurrentNode
 current Node
 
MatchboxMEBasePtr theCurrentME
 current ME
 
Ptr< FFLightTildeKinematics >::ptr FFLTK = new_ptr( FFLightTildeKinematics() )
 Tilde kinematics pointers, only to use lastPt(emitter, emission, spectator)
 
Ptr< FILightTildeKinematics >::ptr FILTK = new_ptr( FILightTildeKinematics() )
 
Ptr< IFLightTildeKinematics >::ptr IFLTK = new_ptr( IFLightTildeKinematics() )
 
Ptr< IILightTildeKinematics >::ptr IILTK = new_ptr( IILightTildeKinematics() )
 
Ptr< FFMassiveTildeKinematics >::ptr FFMTK = new_ptr( FFMassiveTildeKinematics() )
 
Ptr< FIMassiveTildeKinematics >::ptr FIMTK = new_ptr( FIMassiveTildeKinematics() )
 
Ptr< IFMassiveTildeKinematics >::ptr IFMTK = new_ptr( IFMassiveTildeKinematics() )
 
DipoleShowerHandlerPtr theDipoleShowerHandler
 
MergingFactoryPtr theTreeFactory
 pointer to the MergingFactory
 
map< MatchboxMEBasePtr, NodePtr > theFirstNodeMap
 map from ME to first Node
 
map< NodePtr, CrossSection > theHighMeWeightMap
 map from ME to highest ME weight so far
 

Friends

class MergingFactory
 
class Node
 

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.
 

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.
 
Mergeroperator= (const Merger &)=delete
 The assignment operator is private and must never be called.
 

Additional Inherited Members

- Public Types inherited from ThePEG::InterfacedBase
enum  InitState
 
- Public Types inherited from ThePEG::Pointer::ReferenceCounted
typedef unsigned int CounterType
 
- Static Public Member Functions inherited from Herwig::MergerBase
static void Init ()
 The standard Init function used to initialize the interfaces.
 
- Static Public Member Functions inherited from ThePEG::HandlerBase
static void Init ()
 
- Static Public Member Functions inherited from ThePEG::Interfaced
static void Init ()
 
- Static Public Member Functions inherited from ThePEG::InterfacedBase
static void Init ()
 
- Static Public Member Functions inherited from ThePEG::Base
static void Init ()
 
- Public Attributes inherited from ThePEG::InterfacedBase
 initializing
 
 uninitialized
 
 initialized
 
 runready
 
- Public Attributes inherited from ThePEG::Pointer::ReferenceCounted
const unsigned long uniqueId
 
- Static Protected Member Functions inherited from ThePEG::Interfaced
static void registerRepository (IBPtr)
 
static void registerRepository (IBPtr, string newName)
 

Detailed Description

This class is responsible for the handling of the merging process after the setup stage, performed by the merging factory. The class is inherited from the MergerBase class that is visible (and the interface) to the shower and matrix elements.

Author
Johannes Bellm

The main functions of the Merger are:

  • matrixElementRegion: Given vectors of incoming and outgoing particles, the function defines the matrix element region. This function is used by the shower after an emission that produces a multiplicity still handeld by the merging and the Matrix element to determine the region to calculate the full ME contribution.
  • mergingScale: This is the possibly smeared version of the merging pt (centralMergePt) given as input to the Merger. This scaleis used in the definitions of ME regions.
  • N and M: are the number of additional legs of the highest LO or NLO (virtual) contribution.
  • MergingDSigDR: The main function to call the calculation of the underlying process and the history reweights. Here it is also decided if the process should be clustered/projected to a process with less legs.
See also
The interfaces defined for Merger.

Definition at line 95 of file Merger.h.

Member Function Documentation

◆ as()

double Herwig::Merger::as ( Energy  q) const
inlineprivate

Definition at line 243 of file Merger.h.

◆ centralMergePt()

Energy Herwig::Merger::centralMergePt ( ) const
inlineprivate

return the central merging pt

Definition at line 186 of file Merger.h.

References theCentralMergePt.

Referenced by smearMergePt().

◆ chooseHistory()

int Herwig::Merger::chooseHistory ( ) const
inlineprivate

history choice: weighted history choice

Definition at line 255 of file Merger.h.

References theChooseHistory.

◆ clearKinematics()

void Herwig::Merger::clearKinematics ( )
virtual

clear kinematics, called from ME

Implements Herwig::MergerBase.

◆ clone()

virtual IBPtr Herwig::Merger::clone ( ) const
protectedvirtual

Make a simple clone of this object.

Returns
a pointer to the new object.

Implements ThePEG::InterfacedBase.

◆ currentME()

MatchboxMEBasePtr Herwig::Merger::currentME ( ) const
inlineprotected

return the current ME

Definition at line 153 of file Merger.h.

References theCurrentME.

◆ currentNode()

NodePtr Herwig::Merger::currentNode ( ) const
inlineprotected

return the current Node

Definition at line 155 of file Merger.h.

References theCurrentNode.

◆ doinit()

virtual void Herwig::Merger::doinit ( )
protectedvirtual

Initialize this object after the setup phase before saving an EventGenerator to disk.

Exceptions
InitExceptionif object could not be initialized properly.

Reimplemented from ThePEG::InterfacedBase.

◆ DSH() [1/2]

DipoleShowerHandlerPtr Herwig::Merger::DSH ( )
inlineprivate

Definition at line 249 of file Merger.h.

◆ DSH() [2/2]

cDipoleShowerHandlerPtr Herwig::Merger::DSH ( ) const
inlineprivate

Definition at line 251 of file Merger.h.

◆ flushCaches()

void Herwig::Merger::flushCaches ( )
virtual

generate kinematics, called from ME

Implements Herwig::MergerBase.

◆ fullclone()

virtual IBPtr Herwig::Merger::fullclone ( ) const
protectedvirtual

Make a clone of this object, possibly modifying the cloned object to make it sane.

Returns
a pointer to the new object.

Reimplemented from ThePEG::InterfacedBase.

◆ generateKinematics()

bool Herwig::Merger::generateKinematics ( const double *  )
virtual

generate kinematics, called from ME

Implements Herwig::MergerBase.

◆ Init()

static void Herwig::Merger::Init ( )
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.

◆ largeNBasis() [1/2]

Ptr< ColourBasis >::ptr Herwig::Merger::largeNBasis ( ) const
inlineprotected

return the large-N basis (TODO: implement check if born ME works with the choice)

Definition at line 144 of file Merger.h.

References theLargeNBasis.

◆ largeNBasis() [2/2]

void Herwig::Merger::largeNBasis ( Ptr< ColourBasis >::ptr  x)
inlineprivate

return the large-N colour basis

Definition at line 259 of file Merger.h.

References theLargeNBasis.

◆ matrixElementRegion()

bool Herwig::Merger::matrixElementRegion ( PVector  incoming,
PVector  outcoming,
Energy  winnerScale = ZERO,
Energy  cutscale = ZERO 
) const
virtual

define the ME region for a particle vector.

Implements Herwig::MergerBase.

◆ maxLegs()

size_t Herwig::Merger::maxLegs ( ) const
inlinevirtual

return the current maximum legs, the shower should veto

Implements Herwig::MergerBase.

Definition at line 132 of file Merger.h.

References theCurrentMaxLegs.

◆ maxLegsLO()

size_t Herwig::Merger::maxLegsLO ( ) const
inlineprivate

max legssize the shower should veto for LO

Definition at line 211 of file Merger.h.

References N(), and N0().

◆ maxLegsNLO()

size_t Herwig::Merger::maxLegsNLO ( ) const
inlineprivate

max legssize the shower should veto for NLO

Definition at line 225 of file Merger.h.

References M(), and N0().

◆ mergePt() [1/2]

Energy Herwig::Merger::mergePt ( ) const
inline

return the current merging pt (should be unified with mergingScale)

Definition at line 111 of file Merger.h.

References theMergePt.

◆ mergePt() [2/2]

void Herwig::Merger::mergePt ( Energy  x)
inlineprivate

set the current merging pt, smeared in generate kinematics

Definition at line 184 of file Merger.h.

References theMergePt.

◆ MergingDSigDR()

CrossSection Herwig::Merger::MergingDSigDR ( )
virtual

cross section of as given by the merging

Implements Herwig::MergerBase.

◆ mergingScale()

Energy Herwig::Merger::mergingScale ( ) const
inlinevirtual

return the current merging scale, gets smeared around the central merging scale in generate kinematics.

Implements Herwig::MergerBase.

Definition at line 109 of file Merger.h.

References theMergePt.

◆ N0() [1/2]

int Herwig::Merger::N0 ( ) const
inline

legsize of the production process

Definition at line 117 of file Merger.h.

References theN0.

Referenced by maxLegsLO(), and maxLegsNLO().

◆ N0() [2/2]

void Herwig::Merger::N0 ( int  n)
inlineprotected

the merging factory needs to set the legsize of the production process

Definition at line 142 of file Merger.h.

References theN0.

◆ Nf()

double Herwig::Merger::Nf ( Energy  scale) const
inlineprivate

number of active flavours as given by the shower

Definition at line 178 of file Merger.h.

◆ openZBoundaries()

int Herwig::Merger::openZBoundaries ( ) const
inlineprotected

true if the phase space for initial emissions should not be restricted in z.

Definition at line 151 of file Merger.h.

◆ operator=()

Merger & Herwig::Merger::operator= ( const Merger )
privatedelete

The assignment operator is private and must never be called.

In fact, it should not even be implemented.

◆ persistentInput()

void Herwig::Merger::persistentInput ( PersistentIStream is,
int  version 
)

Function used to read in object persistently.

Parameters
isthe persistent input stream read from.
versionthe version number of the object when written.

◆ persistentOutput()

void Herwig::Merger::persistentOutput ( PersistentOStream os) const

Function used to write out object persistently.

Parameters
osthe persistent output stream written to.

◆ setDipoleShower()

void Herwig::Merger::setDipoleShower ( DipoleShowerHandlerPtr  dsh)
inlineprivate

Definition at line 247 of file Merger.h.

◆ setFactory()

void Herwig::Merger::setFactory ( MergingFactoryPtr  f)
inlineprivate

Definition at line 245 of file Merger.h.

◆ setKinematics()

void Herwig::Merger::setKinematics ( )
virtual

set kinematics, called from ME

Implements Herwig::MergerBase.

◆ setME()

void Herwig::Merger::setME ( MatchboxMEBasePtr  me)
inline

set the current ME

Definition at line 134 of file Merger.h.

References theCurrentME, theCurrentNode, and theFirstNodeMap.

◆ setXComb()

void Herwig::Merger::setXComb ( tStdXCombPtr  )
virtual

***** virtual functions of the base class ****‍/// set the current xcomb, called from ME

Implements Herwig::MergerBase.

◆ smear()

double Herwig::Merger::smear ( ) const
inlineprivate

the smearing factor for the merging scale

Definition at line 257 of file Merger.h.

References theSmearing.

Referenced by smearMergePt().

◆ smearMergePt()

void Herwig::Merger::smearMergePt ( )
inlineprotected

smear the merging pt

Definition at line 146 of file Merger.h.

References centralMergePt(), ThePEG::UseRandom::rnd(), smear(), and theMergePt.

Friends And Related Function Documentation

◆ MergingFactory

friend class MergingFactory
friend

Definition at line 97 of file Merger.h.

◆ Node

friend class Node
friend

Definition at line 98 of file Merger.h.

Member Data Documentation

◆ FFLTK

Ptr<FFLightTildeKinematics>::ptr Herwig::Merger::FFLTK = new_ptr( FFLightTildeKinematics() )
private

Tilde kinematics pointers, only to use lastPt(emitter, emission, spectator)

Definition at line 310 of file Merger.h.

◆ FFMTK

Ptr<FFMassiveTildeKinematics>::ptr Herwig::Merger::FFMTK = new_ptr( FFMassiveTildeKinematics() )
private

Definition at line 314 of file Merger.h.

◆ FILTK

Ptr<FILightTildeKinematics>::ptr Herwig::Merger::FILTK = new_ptr( FILightTildeKinematics() )
private

Definition at line 311 of file Merger.h.

◆ FIMTK

Ptr<FIMassiveTildeKinematics>::ptr Herwig::Merger::FIMTK = new_ptr( FIMassiveTildeKinematics() )
private

Definition at line 315 of file Merger.h.

◆ history

History Herwig::Merger::history
private

current cluster histoy including sudakov weights

Definition at line 302 of file Merger.h.

◆ IFLTK

Ptr<IFLightTildeKinematics>::ptr Herwig::Merger::IFLTK = new_ptr( IFLightTildeKinematics() )
private

Definition at line 312 of file Merger.h.

◆ IFMTK

Ptr<IFMassiveTildeKinematics>::ptr Herwig::Merger::IFMTK = new_ptr( IFMassiveTildeKinematics() )
private

Definition at line 316 of file Merger.h.

◆ IILTK

Ptr<IILightTildeKinematics>::ptr Herwig::Merger::IILTK = new_ptr( IILightTildeKinematics() )
private

Definition at line 313 of file Merger.h.

◆ isNLOUnitarized

bool Herwig::Merger::isNLOUnitarized = true
private

true if NLO contributions should be unitarised

Definition at line 281 of file Merger.h.

◆ isUnitarized

bool Herwig::Merger::isUnitarized = true
private

true if LO cross sections should be unitarised

Definition at line 279 of file Merger.h.

◆ projected

bool Herwig::Merger::projected = true
private

true if current point should be projected

Definition at line 277 of file Merger.h.

◆ theCentralMergePt

Energy Herwig::Merger::theCentralMergePt = 4_GeV
private

central merging scale

Definition at line 297 of file Merger.h.

Referenced by centralMergePt().

◆ theChooseHistory

int Herwig::Merger::theChooseHistory = 0
private

history weight choice

Definition at line 283 of file Merger.h.

Referenced by chooseHistory().

◆ theCMWScheme

unsigned int Herwig::Merger::theCMWScheme = 0
private

use CMW scheme

Definition at line 275 of file Merger.h.

◆ theCurrentMaxLegs

int Herwig::Merger::theCurrentMaxLegs = -1
private

the current maxlegs (either LO or NLO maxlegs)

Definition at line 289 of file Merger.h.

Referenced by maxLegs().

◆ theCurrentME

MatchboxMEBasePtr Herwig::Merger::theCurrentME
private

current ME

Definition at line 308 of file Merger.h.

Referenced by currentME(), and setME().

◆ theCurrentNode

NodePtr Herwig::Merger::theCurrentNode
private

current Node

Definition at line 306 of file Merger.h.

Referenced by currentNode(), and setME().

◆ theDipoleShowerHandler

DipoleShowerHandlerPtr Herwig::Merger::theDipoleShowerHandler
private

Definition at line 318 of file Merger.h.

◆ theFirstNodeMap

map<MatchboxMEBasePtr, NodePtr> Herwig::Merger::theFirstNodeMap
private

map from ME to first Node

Definition at line 322 of file Merger.h.

Referenced by setME().

◆ theHighMeWeightMap

map<NodePtr, CrossSection> Herwig::Merger::theHighMeWeightMap
private

map from ME to highest ME weight so far

Definition at line 324 of file Merger.h.

◆ theIRSafePT

Energy Herwig::Merger::theIRSafePT = 1_GeV
private

cutoff for real emission contribution

Definition at line 293 of file Merger.h.

◆ theLargeNBasis

Ptr<ColourBasis>::ptr Herwig::Merger::theLargeNBasis
private

pointer to the large-N basis

Definition at line 304 of file Merger.h.

Referenced by largeNBasis().

◆ theMergePt

Energy Herwig::Merger::theMergePt = 4_GeV
private

current merging scale

Definition at line 295 of file Merger.h.

Referenced by mergePt(), mergingScale(), and smearMergePt().

◆ theN0

int Herwig::Merger::theN0 = 0
private

legsize of production process

Definition at line 285 of file Merger.h.

Referenced by N0().

◆ theOnlyN

int Herwig::Merger::theOnlyN = -1
private

calculate only the N particle contribution

Definition at line 287 of file Merger.h.

◆ theRealSubtractionRatio

double Herwig::Merger::theRealSubtractionRatio =3.
private

below mergingscale/theRealSubtractionRatio the dipoles are used to subtract.

above the shower approximation is in use.

Definition at line 300 of file Merger.h.

◆ theShowerExpansionWeights

unsigned int Herwig::Merger::theShowerExpansionWeights = 2
private

calculate the history expansion

Definition at line 273 of file Merger.h.

◆ theSmearing

double Herwig::Merger::theSmearing = 0.
private

smearing factor for merging scale

Definition at line 291 of file Merger.h.

Referenced by smear().

◆ theTreeFactory

MergingFactoryPtr Herwig::Merger::theTreeFactory
private

pointer to the MergingFactory

Definition at line 320 of file Merger.h.


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