2 #ifndef HELICITY_AbstractVVSVertex_H
3 #define HELICITY_AbstractVVSVertex_H
8 #include "VertexBase.h"
9 #include "ThePEG/Helicity/WaveFunction/ScalarWaveFunction.h"
10 #include "ThePEG/Helicity/WaveFunction/VectorWaveFunction.h"
11 #include "AbstractVVSVertex.fh"
60 complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
77 complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
109 #include "ThePEG/Utilities/ClassTraits.h"
118 struct BaseClassTrait<Helicity::AbstractVVSVertex,1> {
120 typedef Helicity::VertexBase
NthBase;
126 struct ClassTraits<Helicity::AbstractVVSVertex>
127 :
public ClassTraitsBase<Helicity::AbstractVVSVertex> {
129 static string className() {
return "Helicity::AbstractVVSVertex"; }