herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
RSModelVVGRVertex.h
1 // -*- C++ -*-
2 //
3 // RSModelVVGRVertex.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_RSModelVVGRVertex_H
10 #define HERWIG_RSModelVVGRVertex_H
11 //
12 // This is the declaration of the RSModelVVGRVertex class.
13 
14 #include "ThePEG/Helicity/Vertex/Tensor/VVTVertex.h"
15 #include "RSModel.h"
16 
17 namespace Herwig {
18 using namespace ThePEG;
19 
29 
30 public:
31 
36 
43  void persistentOutput(PersistentOStream & os) const;
44 
50  void persistentInput(PersistentIStream & is, int version);
52 
56  static void Init();
57 
65  virtual void setCoupling(Energy2 q2,tcPDPtr part1,tcPDPtr part2,tcPDPtr part3);
66 
67 protected:
68 
75  virtual IBPtr clone() const {return new_ptr(*this);}
76 
81  virtual IBPtr fullclone() const {return new_ptr(*this);}
83 
84 protected:
85 
91  virtual void doinit();
92 
93 private:
94 
98  RSModelVVGRVertex & operator=(const RSModelVVGRVertex &) = delete;
99 
103  InvEnergy kappa_;
104 
105 };
106 }
107 
108 #endif /* HERWIG_RSModelVVGRVertex_H */
This is the implementation of the vector-vector-graviton vertex for the RS model. ...
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
InvEnergy kappa_
The coupling.
virtual IBPtr clone() const
Make a simple clone of this object.
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr
-*- C++ -*-