herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Decay
Perturbative
SMHiggsGGHiggsPPDecayer.h
1
// -*- C++ -*-
2
//
3
// SMHiggsGGHiggsPPDecayer.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_SMHiggsGGHiggsPPDecayer_H
10
#define HERWIG_SMHiggsGGHiggsPPDecayer_H
11
//
12
// This is the declaration of the SMHiggsGGHiggsPPDecayer class.
13
//
14
15
#include "Herwig/Decay/PerturbativeDecayer.h"
16
#include "Herwig/Decay/PhaseSpaceMode.h"
17
#include "Herwig/Models/StandardModel/StandardModel.h"
18
#include "ThePEG/Helicity/Vertex/AbstractVVSVertex.h"
19
20
namespace
Herwig
{
21
using namespace
ThePEG
;
22
using namespace
ThePEG::Helicity
;
23
31
class
SMHiggsGGHiggsPPDecayer
:
public
PerturbativeDecayer
{
32
33
public
:
34
38
SMHiggsGGHiggsPPDecayer
() :
_h0wgt
(3,1.),
_minloop
(6),
_maxloop
(6),
_massopt
(0)
39
{}
40
52
double
me2
(
const
int
ichan,
const
Particle
& part,
53
const
tPDVector
&
outgoing
,
54
const
vector<Lorentz5Momentum> & momenta,
55
MEOption
meopt)
const
;
56
60
virtual
void
constructSpinInfo
(
const
Particle
& part,
61
ParticleVector
outgoing
)
const
;
62
69
virtual
bool
accept
(
tcPDPtr
parent,
const
tPDVector
& children)
const
;
70
74
virtual
int
modeNumber
(
bool
&,
tcPDPtr
,
const
tPDVector
& )
const
{
return
-1;}
75
82
virtual
ParticleVector
decay
(
const
Particle
& parent,
const
tPDVector
& children)
const
;
83
89
virtual
void
dataBaseOutput
(ofstream & os,
bool
header)
const
;
90
94
virtual
double
matrixElementRatio
(
const
Particle
& inpart,
const
ParticleVector
& decay2,
95
const
ParticleVector
& decay3,
MEOption
meopt,
96
ShowerInteraction
inter);
97
101
virtual
POWHEGType
hasPOWHEGCorrection
() {
return
FSR;}
103
104
public
:
105
112
void
persistentOutput
(
PersistentOStream
& os)
const
;
113
119
void
persistentInput
(
PersistentIStream
& is,
int
version);
121
128
static
void
Init
();
129
130
protected
:
131
138
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
139
144
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
146
147
protected
:
148
156
virtual
void
doinit
();
157
162
virtual
void
doinitrun
();
164
165
protected
:
166
170
double
realME
(
const
vector<cPDPtr> & partons,
171
const
vector<Lorentz5Momentum> & momenta)
const
;
172
176
Energy2
loME
(Energy mh)
const
;
177
178
private
:
179
184
SMHiggsGGHiggsPPDecayer
&
operator=
(
const
SMHiggsGGHiggsPPDecayer
&) =
delete
;
185
189
AbstractVVSVertexPtr
_hggvertex
;
190
194
AbstractVVSVertexPtr
_hppvertex
;
195
199
AbstractVVSVertexPtr
_hzpvertex
;
200
204
vector<double>
_h0wgt
;
205
209
mutable
RhoDMatrix
_rho
;
210
214
mutable
ScalarWaveFunction
_swave
;
215
219
mutable
vector<VectorWaveFunction>
_vwave
[2];
220
221
private
:
222
230
int
_minloop
;
231
235
int
_maxloop
;
236
240
unsigned
int
_massopt
;
242
};
243
244
}
245
246
#endif
/* HERWIG_SMHiggsGGHiggsPPDecayer_H */
Herwig::DecayIntegrator::MEOption
MEOption
Enum for the matrix element option.
Definition:
DecayIntegrator.h:72
Herwig::HwDecayerBase::POWHEGType
POWHEGType
Virtual members to be overridden by inheriting classes which implement hard corrections.
Definition:
HwDecayerBase.h:76
Herwig::PerturbativeDecayer
The PerturbativeDecayer class is the base class for perturbative decays in Herwig and implements the ...
Definition:
PerturbativeDecayer.h:23
Herwig::SMHiggsGGHiggsPPDecayer
The SMHiggsGGHiggsPPDecayer class performs the of a Standard Model Higgs boson to: a pair of photons ...
Definition:
SMHiggsGGHiggsPPDecayer.h:31
Herwig::SMHiggsGGHiggsPPDecayer::accept
virtual bool accept(tcPDPtr parent, const tPDVector &children) const
Check if this decayer can perfom the decay for a particular mode.
Herwig::SMHiggsGGHiggsPPDecayer::_rho
RhoDMatrix _rho
Spin density matrix.
Definition:
SMHiggsGGHiggsPPDecayer.h:209
Herwig::SMHiggsGGHiggsPPDecayer::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
SMHiggsGGHiggsPPDecayer.h:144
Herwig::SMHiggsGGHiggsPPDecayer::realME
double realME(const vector< cPDPtr > &partons, const vector< Lorentz5Momentum > &momenta) const
Calculate the NLO real emission piece of ME.
Herwig::SMHiggsGGHiggsPPDecayer::hasPOWHEGCorrection
virtual POWHEGType hasPOWHEGCorrection()
Has a POWHEG style correction.
Definition:
SMHiggsGGHiggsPPDecayer.h:101
Herwig::SMHiggsGGHiggsPPDecayer::_maxloop
int _maxloop
Maximum flavour of quarks to include in the loops.
Definition:
SMHiggsGGHiggsPPDecayer.h:235
Herwig::SMHiggsGGHiggsPPDecayer::_hggvertex
AbstractVVSVertexPtr _hggvertex
Pointer to h->gluon,gluon vertex.
Definition:
SMHiggsGGHiggsPPDecayer.h:189
Herwig::SMHiggsGGHiggsPPDecayer::matrixElementRatio
virtual double matrixElementRatio(const Particle &inpart, const ParticleVector &decay2, const ParticleVector &decay3, MEOption meopt, ShowerInteraction inter)
Calculate matrix element ratio R/B.
Herwig::SMHiggsGGHiggsPPDecayer::constructSpinInfo
virtual void constructSpinInfo(const Particle &part, ParticleVector outgoing) const
Construct the SpinInfos for the particles produced in the decay.
Herwig::SMHiggsGGHiggsPPDecayer::doinitrun
virtual void doinitrun()
Initialize this object.
Herwig::SMHiggsGGHiggsPPDecayer::_hppvertex
AbstractVVSVertexPtr _hppvertex
Pointer to h->gamma,gamma vertex.
Definition:
SMHiggsGGHiggsPPDecayer.h:194
Herwig::SMHiggsGGHiggsPPDecayer::_h0wgt
vector< double > _h0wgt
Maximum weight for integration.
Definition:
SMHiggsGGHiggsPPDecayer.h:204
Herwig::SMHiggsGGHiggsPPDecayer::loME
Energy2 loME(Energy mh) const
Calculate the LO ME.
Herwig::SMHiggsGGHiggsPPDecayer::_hzpvertex
AbstractVVSVertexPtr _hzpvertex
Pointer to h->gamma,gamma vertex.
Definition:
SMHiggsGGHiggsPPDecayer.h:199
Herwig::SMHiggsGGHiggsPPDecayer::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
SMHiggsGGHiggsPPDecayer.h:138
Herwig::SMHiggsGGHiggsPPDecayer::_massopt
unsigned int _massopt
Option for treatment of the fermion loops.
Definition:
SMHiggsGGHiggsPPDecayer.h:240
Herwig::SMHiggsGGHiggsPPDecayer::SMHiggsGGHiggsPPDecayer
SMHiggsGGHiggsPPDecayer()
The default constructor.
Definition:
SMHiggsGGHiggsPPDecayer.h:38
Herwig::SMHiggsGGHiggsPPDecayer::operator=
SMHiggsGGHiggsPPDecayer & operator=(const SMHiggsGGHiggsPPDecayer &)=delete
The assignment operator is private and must never be called.
Herwig::SMHiggsGGHiggsPPDecayer::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::SMHiggsGGHiggsPPDecayer::_vwave
vector< VectorWaveFunction > _vwave[2]
Vector wavefunctions.
Definition:
SMHiggsGGHiggsPPDecayer.h:219
Herwig::SMHiggsGGHiggsPPDecayer::modeNumber
virtual int modeNumber(bool &, tcPDPtr, const tPDVector &) const
Which of the possible decays is required.
Definition:
SMHiggsGGHiggsPPDecayer.h:74
Herwig::SMHiggsGGHiggsPPDecayer::me2
double me2(const int ichan, const Particle &part, const tPDVector &outgoing, const vector< Lorentz5Momentum > &momenta, MEOption meopt) const
Return the matrix element squared for a given mode and phase-space channel.
Herwig::SMHiggsGGHiggsPPDecayer::decay
virtual ParticleVector decay(const Particle &parent, const tPDVector &children) const
For a given decay mode and a given particle instance, perform the decay and return the decay products...
Herwig::SMHiggsGGHiggsPPDecayer::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::SMHiggsGGHiggsPPDecayer::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::SMHiggsGGHiggsPPDecayer::dataBaseOutput
virtual void dataBaseOutput(ofstream &os, bool header) const
Output the setup information for the particle database.
Herwig::SMHiggsGGHiggsPPDecayer::_swave
ScalarWaveFunction _swave
Scalar wavefunction.
Definition:
SMHiggsGGHiggsPPDecayer.h:214
Herwig::SMHiggsGGHiggsPPDecayer::doinit
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
Herwig::SMHiggsGGHiggsPPDecayer::_minloop
int _minloop
Parameters for the real POWHEG correction.
Definition:
SMHiggsGGHiggsPPDecayer.h:230
ThePEG::Helicity::ScalarWaveFunction
ThePEG::Particle
ThePEG::PersistentIStream
ThePEG::PersistentOStream
ThePEG::RhoDMatrix
Herwig::ShowerInteraction
ShowerInteraction
Handy header file to be included in all Shower classes.
Definition:
ShowerInteraction.h:23
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG::Helicity
ThePEG::Helicity::outgoing
outgoing
ThePEG
ThePEG::IBPtr
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::tPDVector
vector< tPDPtr > tPDVector
ThePEG::ParticleVector
vector< PPtr > ParticleVector
ThePEG::tcPDPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr
Generated on Thu Jun 20 2024 17:50:52 for Herwig by
1.9.6