herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
RPVLLEVertex.h
1// -*- C++ -*-
2#ifndef HERWIG_LLEVertex_H
3#define HERWIG_LLEVertex_H
4//
5// This is the declaration of the RPVLLEVertex class.
6//
7
8#include "ThePEG/Helicity/Vertex/Scalar/FFSVertex.h"
9#include "RPV.h"
10
11namespace Herwig {
12
13using namespace ThePEG;
14
21class RPVLLEVertex: public FFSVertex {
22
23public:
24
29
37 virtual void setCoupling(Energy2 q2, tcPDPtr part1,
38 tcPDPtr part2, tcPDPtr part3);
39
40public:
41
49
55 void persistentInput(PersistentIStream & is, int version);
57
64 static void Init();
65
66protected:
67
74 virtual IBPtr clone() const;
75
80 virtual IBPtr fullclone() const;
82
83protected:
84
92 virtual void doinit();
94
95private:
96
102
103private:
104
108 vector<vector<vector<double > > > lambda_;
109
113 tMixingMatrixPtr stau_;
114
115};
116
117}
118
119#endif /* HERWIG_RPVLLEVertex_H */
Here is the documentation of the RPVLLEVertex class.
Definition: RPVLLEVertex.h:21
vector< vector< vector< double > > > lambda_
Coupling.
Definition: RPVLLEVertex.h:108
virtual IBPtr clone() const
Make a simple clone of this object.
RPVLLEVertex & operator=(const RPVLLEVertex &)=delete
The assignment operator is private and must never be called.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
tMixingMatrixPtr stau_
Pointer to the stau mixing matrix.
Definition: RPVLLEVertex.h:113
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
static void Init()
The standard Init function used to initialize the interfaces.
RPVLLEVertex()
The default constructor.
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr