herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
GeneralfftoVH.h
1// -*- C++ -*-
2#ifndef HERWIG_GeneralfftoVH_H
3#define HERWIG_GeneralfftoVH_H
4//
5// This is the declaration of the GeneralfftoVH class.
6//
7
8#include "Herwig/MatrixElement/MEfftoVH.h"
9#include "GeneralfftoVH.fh"
10
11namespace Herwig {
12
13using namespace ThePEG;
14
21class GeneralfftoVH: public MEfftoVH {
22
23public:
24
28 enum Process {Lepton,HadronWplus,HadronWminus,HadronZ};
29
30public:
31
36
42 virtual void getDiagrams() const;
44
49 AbstractVVSVertexPtr vertex,
50 unsigned int shapeOpt);
51
52public:
53
61
67 void persistentInput(PersistentIStream & is, int version);
69
76 static void Init();
77
78protected:
79
86 virtual IBPtr clone() const;
87
92 virtual IBPtr fullclone() const;
94
95private:
96
102
103private:
104
109
110};
111
112}
113
114#endif /* HERWIG_GeneralfftoVH_H */
Here is the documentation of the GeneralfftoVH class.
Definition: GeneralfftoVH.h:21
virtual void getDiagrams() const
Add all possible diagrams with the add() function.
Process
Type of process.
Definition: GeneralfftoVH.h:28
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
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.
void setProcessInfo(Process proc, PDPtr higgs, AbstractVVSVertexPtr vertex, unsigned int shapeOpt)
Set up the matrix element.
virtual IBPtr clone() const
Make a simple clone of this object.
Process process_
The vector boson.
GeneralfftoVH()
The default constructor.
GeneralfftoVH & operator=(const GeneralfftoVH &)=delete
The assignment operator is private and must never be called.
The MEfftoVH class is the base class for processes.
Definition: MEfftoVH.h:25
PDPtr higgs() const
Access to the higgs data.
Definition: MEfftoVH.h:184
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::pointer PDPtr