2 #ifndef HELICITY_AbstractRFVVertex_H
3 #define HELICITY_AbstractRFVVertex_H
8 #include "VertexBase.h"
9 #include "ThePEG/Helicity/WaveFunction/SpinorWaveFunction.h"
10 #include "ThePEG/Helicity/WaveFunction/SpinorBarWaveFunction.h"
11 #include "ThePEG/Helicity/WaveFunction/RSSpinorWaveFunction.h"
12 #include "ThePEG/Helicity/WaveFunction/RSSpinorBarWaveFunction.h"
13 #include "ThePEG/Helicity/WaveFunction/VectorWaveFunction.h"
14 #include "AbstractRFVVertex.fh"
74 complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
91 complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
108 complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
125 complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
142 complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
159 complex<Energy> mass=-GeV, complex<Energy> width=-GeV) = 0;
191 #include "ThePEG/Utilities/ClassTraits.h"
200 struct BaseClassTrait<Helicity::AbstractRFVVertex,1> {
202 typedef Helicity::VertexBase
NthBase;
208 struct ClassTraits<Helicity::AbstractRFVVertex>
209 :
public ClassTraitsBase<Helicity::AbstractRFVVertex> {
211 static string className() {
return "Helicity::AbstractRFVVertex"; }