herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
ADDModelSSGRVertex.h
1// -*- C++ -*-
2//
3// ADDModelSSGRVertex.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_ADDModelSSGRVertex_H
10#define HERWIG_ADDModelSSGRVertex_H
11//
12// This is the declaration of the ADDModelSSGRVertex class.
13
14#include "ThePEG/Helicity/Vertex/Tensor/SSTVertex.h"
15#include "ADDModel.h"
16
17namespace Herwig {
18using namespace ThePEG;
19
30
31public:
32
37
45
51 void persistentInput(PersistentIStream & is, int version);
53
57 static void Init();
58
66 virtual void setCoupling(Energy2 q2,tcPDPtr part1,tcPDPtr part2,tcPDPtr part3);
67
68protected:
69
76 virtual IBPtr clone() const {return new_ptr(*this);}
77
82 virtual IBPtr fullclone() const {return new_ptr(*this);}
84
85protected:
86
92 virtual void doinit();
93
102 virtual Complex propagator(int iopt, Energy2 q2,tcPDPtr part,
103 Energy mass=-GeV, Energy width=-GeV);
104
105private:
106
111
115 InvEnergy kappa_;
116
120 Energy r_;
121};
122
123}
124
125#endif /* HERWIG_ADDModelSSGRVertex_H */
The ADDModelSSGRVertex class is thew implementation of the graviton coupling to the Higgs in the ADDM...
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Energy r_
Mass ratio for the propagator.
virtual IBPtr clone() const
Make a simple clone of this object.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
static void Init()
Standard Init function used to initialize the interfaces.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
ADDModelSSGRVertex()
Default constructor.
virtual Complex propagator(int iopt, Energy2 q2, tcPDPtr part, Energy mass=-GeV, Energy width=-GeV)
Calculate the propagator for a diagram.
ADDModelSSGRVertex & operator=(const ADDModelSSGRVertex &)=delete
Private and non-existent assignment operator.
-*- C++ -*-
std::complex< double > Complex
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr