2 #ifndef HELICITY_AbstractSSTVertex_H
3 #define HELICITY_AbstractSSTVertex_H
8 #include "VertexBase.h"
9 #include "ThePEG/Helicity/WaveFunction/ScalarWaveFunction.h"
10 #include "ThePEG/Helicity/WaveFunction/TensorWaveFunction.h"
11 #include "AbstractSSTVertex.fh"
61 complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
78 complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
110 #include "ThePEG/Utilities/ClassTraits.h"
119 struct BaseClassTrait<Helicity::AbstractSSTVertex,1> {
121 typedef Helicity::VertexBase
NthBase;
127 struct ClassTraits<Helicity::AbstractSSTVertex>
128 :
public ClassTraitsBase<Helicity::AbstractSSTVertex> {
130 static string className() {
return "Helicity::AbstractSSTVertex"; }