Contains implementation of the Ghost boson in MARTY. More...
#include "scalarField.h"Go to the source code of this file.
Data Structures | |
| class | mty::GhostBoson |
| Ghost boson, created with the vector bosons in non abelian gauge groups. More... | |
Namespaces | |
| mty | |
| Namespace of MARTY. | |
Functions | |
| Particle | mty::ghostboson_s (std::string const &name, std::shared_ptr< VectorBoson > const &t_vectorBoson, bool conjugated=false) |
| Creates a ghost boson. More... | |
| Particle | mty::ghostboson_s (std::shared_ptr< VectorBoson > const &t_vectorBoson, bool conjugated=false) |
| Creates a ghost boson. More... | |
| Particle | mty::ghostboson_s (std::string const &name, Particle const &t_vectorBoson, bool conjugated=false) |
| Creates a ghost boson. More... | |
| Particle | mty::ghostboson_s (Particle const &t_vectorBoson, bool conjugated=false) |
| Creates a ghost boson. More... | |
Contains implementation of the Ghost boson in MARTY.
1.8.13