herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
DMMediatorQuarksVertex.h
1// -*- C++ -*-
2#ifndef Herwig_DMMediatorQuarksVertex_H
3#define Herwig_DMMediatorQuarksVertex_H
4//
5// This is the declaration of the DMMediatorQuarksVertex class.
6//
7
8#include "ThePEG/Helicity/Vertex/Vector/FFVVertex.h"
9
10namespace Herwig {
11
12using namespace ThePEG;
13
21
22public:
23
28
36 virtual void setCoupling(Energy2 q2,tcPDPtr part1,tcPDPtr part2,tcPDPtr part3);
37
38public:
39
47
53 void persistentInput(PersistentIStream & is, int version);
55
62 static void Init();
63
64protected:
65
73 virtual void doinit();
75
76protected:
77
84 virtual IBPtr clone() const;
85
90 virtual IBPtr fullclone() const;
92
93private:
94
100
104 vector<double> cSMmed_;
106
107};
108
109}
110
111#endif /* Herwig_DMMediatorQuarksVertex_H */
The DMMediatorQuarksVertex class implements the couplings of the quarks to the mediator.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
DMMediatorQuarksVertex & operator=(const DMMediatorQuarksVertex &)=delete
The assignment operator is private and must never be called.
static void Init()
The standard Init function used to initialize the interfaces.
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
DMMediatorQuarksVertex()
The default constructor.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
vector< double > cSMmed_
SM couplings to the dark mediator.
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.
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr