herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
MEPP2ZH.h
1// -*- C++ -*-
2#ifndef HERWIG_MEPP2ZH_H
3#define HERWIG_MEPP2ZH_H
4//
5// This is the declaration of the MEPP2ZH class.
6//
7
8#include "Herwig/MatrixElement/MEfftoVH.h"
9
10namespace Herwig {
11
12using namespace ThePEG;
13
21class MEPP2ZH: public MEfftoVH {
22
23public:
24
29
35 virtual void getDiagrams() const;
37
38public:
39
47
53 void persistentInput(PersistentIStream & is, int version);
55
62 static void Init();
63
64protected:
65
72 virtual IBPtr clone() const { return new_ptr(*this); }
73
78 virtual IBPtr fullclone() const { return new_ptr(*this); }
80
81protected:
82
90 virtual void doinit();
92
93private:
94
99 MEPP2ZH & operator=(const MEPP2ZH &) = delete;
100
101};
102
103}
104
105#endif /* HERWIG_MEPP2ZH_H */
The MEPP2ZH class implements the matrix element for .
Definition: MEPP2ZH.h:21
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
static void Init()
The standard Init function used to initialize the interfaces.
MEPP2ZH & operator=(const MEPP2ZH &)=delete
The assignment operator is private and must never be called.
MEPP2ZH()
The default constructor.
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
virtual IBPtr clone() const
Make a simple clone of this object.
Definition: MEPP2ZH.h:72
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition: MEPP2ZH.h:78
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
virtual void getDiagrams() const
Add all possible diagrams with the add() function.
The MEfftoVH class is the base class for processes.
Definition: MEfftoVH.h:25
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr