2 #ifndef HELICITY_AbstractFFVTVertex_H
3 #define HELICITY_AbstractFFVTVertex_H
8 #include "VertexBase.h"
9 #include "ThePEG/Helicity/WaveFunction/VectorWaveFunction.h"
10 #include "ThePEG/Helicity/WaveFunction/TensorWaveFunction.h"
11 #include "ThePEG/Helicity/WaveFunction/SpinorWaveFunction.h"
12 #include "ThePEG/Helicity/WaveFunction/SpinorBarWaveFunction.h"
13 #include "AbstractFFVTVertex.fh"
67 complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
86 complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
105 complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
124 complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
156 #include "ThePEG/Utilities/ClassTraits.h"
165 struct BaseClassTrait<Helicity::AbstractFFVTVertex,1> {
167 typedef Helicity::VertexBase
NthBase;
173 struct ClassTraits<Helicity::AbstractFFVTVertex>
174 :
public ClassTraitsBase<Helicity::AbstractFFVTVertex> {
176 static string className() {
return "Helicity::AbstractFFVTVertex"; }