2 #ifndef HELICITY_GeneralVVSVertex_H 3 #define HELICITY_GeneralVVSVertex_H 8 #include "ThePEG/Helicity/Vertex/AbstractVVSVertex.h" 9 #include "ThePEG/Helicity/WaveFunction/ScalarWaveFunction.h" 10 #include "ThePEG/Helicity/WaveFunction/VectorWaveFunction.h" 11 #include "GeneralVVSVertex.fh" 88 complex<Energy> mass=-GeV, complex<Energy> width=-GeV);
105 complex<Energy> mass=-GeV, complex<Energy> width=-GeV);
237 #include "ThePEG/Utilities/ClassTraits.h" 257 static string className() {
return "Helicity::GeneralVVSVertex"; }
std::complex< double > Complex
ThePEG code should use Complex for all complex scalars.
void a21(const Complex &val)
Set tensor coefficient of .
TransientConstRCPtr is a simple wrapper around a bare const pointer which can be assigned to and from...
This is the main namespace within which all identifiers in ThePEG are declared.
void a11(const Complex &val)
Set tensor coefficient of .
Complex a12() const
Access coefficient of .
void a12(const Complex &val)
Set tensor coefficient of .
static AbstractNoPIOClassDescription< GeneralVVSVertex > initGeneralVVSVertex
The static object used to initialize the description of this class.
A concreate implementation of ClassDescriptionBase describing an abstract class without persistent da...
Complex a00() const
Access coefficient of .
Complex _a21
Coefficient of .
GeneralVVSVertex()
The default constructor.
Complex _a00
Coefficient of .
Here is the documentation of the AbstractVVSVertex class.
Complex _aEp
Coefficient of .
Complex _a11
Coefficient of .
The GeneralVVSVertex class implements a general Vector-Vector-Scalar vertex allowing for decay modes ...
Complex a11() const
Access coefficient of .
Complex _a12
Coefficient of .
Complex a22() const
Access coefficient of .
The default concrete implementation of ClassTraitsBase.
void aEp(const Complex &val)
Set tensor coefficient of .
void a22(const Complex &val)
Set tensor coefficient of .
BaseClassTraits describes the base classes of the templated class.
Complex aEp() const
Access coefficient of .
void a00(const Complex &val)
Set tensor coefficient of .
Complex a21() const
Access coefficient of .
Complex _a22
Coefficient of .
The templated ClassTraitsBase class defines a set of default information about classes used by ThePEG...