File: FS_GtoGGSplitFun.h
Description:
This (concrete) class provides the exact Next-to-Leading-Order (NLO)
Final State splitting function G->GG.
If you want to use instead the Leading-Order (LO) one, then
do *not* define the virtual methods below.
See
also:
namespace Herwig
CLASS
FS_GtoGGSplitFun:
Base class:
Public members:
inline FS_GtoGGSplitFun();
inline FS_GtoGGSplitFun(const FS_GtoGGSplitFun &);
virtual ~FS_GtoGGSplitFun();
Standard ctors and dtor.
virtual Complex fullFun( const double z, const double phi );
virtual Complex integratedFun( const double z );
virtual Complex fullFunWithHelicities( const double z, const double phi,
const int h0, const int h1, const int h2 );
virtual Complex integratedFunWithHelicities( const double z,
const int h0, const int h1, const int h2 );
These methods should be defined only if you want to
use the exact Next-to-Leading-Order (NLO) values of the
Final State splitting function G->GG, evaluated in terms of
some combinations of:
z variable, phi azimuthal angle, and
helicities of the three particles.
Notice that if you are happy with the LO splitting function, then
you should *not* override the virtual methods defined in the
base class GtoGGSplitFun.
Private members:
FS_GtoGGSplitFun & operator=(const FS_GtoGGSplitFun &);
Private and non-existent assignment operator.
DEFINED MACROS
HERWIG_FS_GtoGGSplitFun_H
INCLUDED FILES
GtoGGSplitFun.h
FS_GtoGGSplitFun.icc