herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Decay
DecayVertex.h
1
// -*- C++ -*-
2
//
3
// DecayVertex.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_DecayVertex_H
10
#define HERWIG_DecayVertex_H
11
//
12
// This is the declaration of the DecayVertex class.
13
//
14
#include <ThePEG/EventRecord/HelicityVertex.h>
15
#include "DecayMatrixElement.h"
16
#include "DecayVertex.fh"
17
18
namespace
Herwig
{
19
35
class
DecayVertex
:
public
HelicityVertex
{
36
37
public
:
38
46
const
DecayMEPtr
ME
()
const
{
47
return
matrixElement_
;
48
}
49
53
void
ME
(DecayMEPtr in)
const
{
54
matrixElement_
= in;
55
}
57
58
public
:
59
63
static
void
Init
();
64
65
public
:
66
72
virtual
RhoDMatrix
getRhoMatrix
(
int
iprod,
bool
recursive)
const
;
73
78
virtual
RhoDMatrix
getDMatrix
(
int
)
const
;
79
83
DecayVertex
&
operator=
(
const
DecayVertex
&) =
delete
;
84
85
private
:
86
90
mutable
DecayMEPtr
matrixElement_
;
91
92
};
93
94
}
95
96
#endif
/* HERWIG_DecayVertex_H */
Herwig::DecayVertex
Definition:
DecayVertex.h:35
Herwig::DecayVertex::ME
const DecayMEPtr ME() const
Access to the matrix element.
Definition:
DecayVertex.h:46
Herwig::DecayVertex::ME
void ME(DecayMEPtr in) const
Set the matrix element.
Definition:
DecayVertex.h:53
Herwig::DecayVertex::getDMatrix
virtual RhoDMatrix getDMatrix(int) const
Method to calculate the matrix for the decaying particle.
Herwig::DecayVertex::matrixElement_
DecayMEPtr matrixElement_
Storage of the decay matrix element.
Definition:
DecayVertex.h:90
Herwig::DecayVertex::operator=
DecayVertex & operator=(const DecayVertex &)=delete
Private and non-existent assignment operator.
Herwig::DecayVertex::Init
static void Init()
Standard Init function used to initialize the interfaces.
Herwig::DecayVertex::getRhoMatrix
virtual RhoDMatrix getRhoMatrix(int iprod, bool recursive) const
Method to calculate the matrix for one of the decay products.
ThePEG::HelicityVertex
ThePEG::RhoDMatrix
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
Generated on Thu Jun 20 2024 17:50:52 for Herwig by
1.9.6