herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
FIMqqxDipole.h
1// -*- C++ -*-
2//
3// FIMqqxDipole.h is a part of Herwig - A multi-purpose Monte Carlo event generator
4// Copyright (C) 2002-2019 The Herwig Collaboration
5//
6// Herwig is licenced under version 3 of the GPL, see COPYING for details.
7// Please respect the MCnet academic guidelines, see GUIDELINES for details.
8//
9#ifndef HERWIG_FIMqqxDipole_H
10#define HERWIG_FIMqqxDipole_H
11//
12// This is the declaration of the FIMqqxDipole class.
13//
14
15#include "Herwig/MatrixElement/Matchbox/Dipoles/SubtractionDipole.h"
16
17namespace Herwig {
18
19using namespace ThePEG;
20
29
30public:
31
36
37public:
38
43 virtual bool canHandleEmitter(const cPDVector& partons, int emitter) const {
44 return emitter > 1 && abs(partons[emitter]->id()) < 7;
45 }
46
51 virtual bool canHandleSplitting(const cPDVector& partons, int emitter, int emission) const {
52 return
53 canHandleEmitter(partons,emitter) &&
54 partons[emitter]->id() + partons[emission]->id() == 0;
55 }
56
61 virtual bool canHandleSpectator(const cPDVector& partons, int spectator) const {
62 return spectator < 2 && partons[spectator]->coloured();
63 }
64
69 virtual bool canHandle(const cPDVector& partons,
70 int emitter, int emission, int spectator) const;
71
72
81 virtual int samplingZ() const {return 1;}
86 virtual bool isSymmetric() const { return true; }
87
93 virtual double me2() const;
94
98 virtual double me2Avg(double ccme2) const;
99
100public:
101
109
115 void persistentInput(PersistentIStream & is, int version);
117
124 static void Init();
125
126protected:
127
134 virtual IBPtr clone() const;
135
140 virtual IBPtr fullclone() const;
142
143
144// If needed, insert declarations of virtual function defined in the
145// InterfacedBase class here (using ThePEG-interfaced-decl in Emacs).
146
147
148private:
149
155
156};
157
158}
159
160#endif /* HERWIG_FIMqqxDipole_H */
FIMqqxDipole implements the D_{q,qbar}^a subtraction dipole.
Definition: FIMqqxDipole.h:28
virtual bool canHandleSplitting(const cPDVector &partons, int emitter, int emission) const
Return true, if this dipole can possibly handle the indicated splitting.
Definition: FIMqqxDipole.h:51
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
virtual IBPtr clone() const
Make a simple clone of this object.
FIMqqxDipole()
The default constructor.
virtual bool canHandleSpectator(const cPDVector &partons, int spectator) const
Return true, if this dipole can possibly handle the indicated spectator.
Definition: FIMqqxDipole.h:61
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
virtual bool canHandle(const cPDVector &partons, int emitter, int emission, int spectator) const
Return true, if this dipole applies to the selected configuration.
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 bool canHandleEmitter(const cPDVector &partons, int emitter) const
Return true, if this dipole can possibly handle the indicated emitter.
Definition: FIMqqxDipole.h:43
virtual bool isSymmetric() const
Return true, if this dipole is symmetric with respect to emitter and emission.
Definition: FIMqqxDipole.h:86
virtual double me2() const
Return the matrix element for the kinematical configuation previously provided by the last call to se...
virtual double me2Avg(double ccme2) const
Return the matrix element averaged over spin correlations.
virtual int samplingZ() const
How to sample the z-distribution.
Definition: FIMqqxDipole.h:81
FIMqqxDipole & operator=(const FIMqqxDipole &)=delete
The assignment operator is private and must never be called.
SubtractionDipole represents a dipole subtraction term in the formalism of Catani and Seymour.
static int emission(const RealEmissionKey &key)
Return the emission id of a real emission key.
static int emitter(const RealEmissionKey &key)
Return the emitter id of a real emission key.
static int spectator(const RealEmissionKey &key)
Return the spectator id of a real emission key.
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
vector< cPDPtr > cPDVector