herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
RSModelFFWGRVertex.h
1// -*- C++ -*-
2//
3// RSModelFFWGRVertex.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_RSModelFFWGRVertex_H
10#define HERWIG_RSModelFFWGRVertex_H
11//
12// This is the declaration of the RSModelFFWGRVertex class.
13
14#include "ThePEG/Helicity/Vertex/Tensor/FFVTVertex.h"
15#include "RSModel.h"
16
17namespace Herwig {
18using namespace ThePEG;
19
29
30public:
31
36
45 virtual void setCoupling(Energy2 q2,tcPDPtr part1,tcPDPtr part2,
46 tcPDPtr part3, tcPDPtr part4);
47
48public:
49
57
63 void persistentInput(PersistentIStream & is, int version);
65
69 static void Init();
70
71protected:
72
79 virtual IBPtr clone() const {return new_ptr(*this);}
80
85 virtual IBPtr fullclone() const {return new_ptr(*this);}
87
88protected:
89
95 virtual void doinit();
96
97private:
98
103
104private:
105
113 vector<double> charge_;
114
118 vector<double> gl_;
119
123 vector<double> gr_;
124
128 vector<vector<Complex> > ckm_;
129
134
138 Energy2 q2last_;
139
143 InvEnergy kappa_;
145};
146}
147
148#endif /* HERWIG_RSModelFFWGRVertex_H */
This is the implementation of the fermion-antifermion-vector-graviton vertex for the Randell-Sundrum ...
virtual IBPtr clone() const
Make a simple clone of this object.
static void Init()
Standard Init function used to initialize the interfaces.
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3, tcPDPtr part4)
Calculate the couplings.
RSModelFFWGRVertex()
Default constructor.
Energy2 q2last_
The last value of the scale, .
vector< double > charge_
Storage of the couplings.
RSModelFFWGRVertex & operator=(const RSModelFFWGRVertex &)=delete
Private and non-existent assignment operator.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
vector< double > gr_
The right couplings of the Standard Model fermions.
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
InvEnergy kappa_
The graviton coupling.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
vector< double > gl_
The left couplings of the Standard Model fermions.
Complex couplast_
The last value of the coupling/.
vector< vector< Complex > > ckm_
The elements of the CKM matrix.
-*- C++ -*-
std::complex< double > Complex
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr