ThePEG  1.8.0
AbstractVVVVertex.h
1 // -*- C++ -*-
2 #ifndef HELICITY_AbstractVVVVertex_H
3 #define HELICITY_AbstractVVVVertex_H
4 //
5 // This is the declaration of the AbstractVVVVertex class.
6 //
7 
8 #include "VertexBase.h"
9 #include "ThePEG/Helicity/WaveFunction/VectorWaveFunction.h"
10 #include "AbstractVVVVertex.fh"
11 
12 namespace ThePEG {
13 namespace Helicity {
14 
20 
21 public:
22 
26  AbstractVVVVertex() : VertexBase(VertexType::VVV) {}
27 
40  virtual Complex evaluate(Energy2 q2, const VectorWaveFunction & vec1,
41  const VectorWaveFunction & vec2,
42  const VectorWaveFunction & vec3) = 0;
43 
56  virtual VectorWaveFunction evaluate(Energy2 q2,int iopt, tcPDPtr out,
57  const VectorWaveFunction & vec2,
58  const VectorWaveFunction & vec3,
59  complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
61 
62 public:
63 
70  static void Init();
71 
72 private:
73 
79 
85 
86 };
87 
88 }
89 }
90 
91 #include "ThePEG/Utilities/ClassTraits.h"
92 
93 namespace ThePEG {
94 
99 template <>
100 struct BaseClassTrait<Helicity::AbstractVVVVertex,1> {
102  typedef Helicity::VertexBase NthBase;
103 };
104 
107 template <>
108 struct ClassTraits<Helicity::AbstractVVVVertex>
109  : public ClassTraitsBase<Helicity::AbstractVVVVertex> {
111  static string className() { return "Helicity::AbstractVVVVertex"; }
112 };
113 
116 }
117 
118 #endif /* HELICITY_AbstractVVVVertex_H */