herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
ScalarAmplitude.h
1// -*- C++ -*-
2#ifndef Herwig_ScalarAmplitude_H
3#define Herwig_ScalarAmplitude_H
4//
5// This is the declaration of the ScalarAmplitude class.
6//
7
8#include "ScalarAmplitude.h"
9#include "ThePEG/Interface/Interfaced.h"
10
11namespace Herwig {
12
13using namespace ThePEG;
14
22
23public:
24
29
30public:
31
38 static void Init();
39
40private:
41
47
48};
49
50}
51
52#endif /* Herwig_ScalarAmplitude_H */
Base class for scalar amplitudes.
ScalarAmplitude & operator=(const ScalarAmplitude &)=delete
The assignment operator is private and must never be called.
static void Init()
The standard Init function used to initialize the interfaces.
ScalarAmplitude()
The default constructor.
-*- C++ -*-