2 #ifndef HELICITY_AbstractFFTVertex_H
3 #define HELICITY_AbstractFFTVertex_H
8 #include "VertexBase.h"
9 #include "ThePEG/Helicity/WaveFunction/SpinorWaveFunction.h"
10 #include "ThePEG/Helicity/WaveFunction/SpinorBarWaveFunction.h"
11 #include "ThePEG/Helicity/WaveFunction/TensorWaveFunction.h"
12 #include "AbstractFFTVertex.fh"
62 complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
79 complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
96 complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
128 #include "ThePEG/Utilities/ClassTraits.h"
137 struct BaseClassTrait<Helicity::AbstractFFTVertex,1> {
139 typedef Helicity::VertexBase
NthBase;
145 struct ClassTraits<Helicity::AbstractFFTVertex>
146 :
public ClassTraitsBase<Helicity::AbstractFFTVertex> {
148 static string className() {
return "Helicity::AbstractFFTVertex"; }