![]() |
AmpGen 2.1
|
#include <map>
#include <utility>
#include <vector>
#include <string>
#include "AmpGen/Expression.h"
#include "AmpGen/Factory.h"
#include "AmpGen/Particle.h"
#include "AmpGen/Tensor.h"
#include "AmpGen/MsgService.h"
Go to the source code of this file.
Namespaces | |
namespace | AmpGen |
namespace | AmpGen::Vertex |
Namespace that contains the base class for vertices, Vertex::Base, as well as the implementations of specific spin couplings and some helper functions such as the orbital operators. | |
Macros | |
#define | DECLARE_VERTEX(NAME) |
Macro to declare a vertex. | |
#define | DEFINE_VERTEX(VERTEX) |
Functions | |
Tensor | AmpGen::Orbital_PWave (const Tensor &p, const Tensor &q) |
Helper function that computes the \(L=1\) orbital momentum operator. | |
Tensor | AmpGen::Orbital_DWave (const Tensor &p, const Tensor &q) |
Helper function that computes the \(L=2\) orbital momentum operator. | |
Tensor | AmpGen::Spin1Projector (const Tensor &p) |
Helper function that computes the projection operator onto a spin one state. | |
Tensor | AmpGen::Spin2Projector (const Tensor &p) |
Helper function that computes the projection operator onto a spin one state. | |
Tensor | AmpGen::Spin1hProjector (const Tensor &B) |
Helper function that projects a spinor. | |
Tensor | AmpGen::Spin3hProjector (const Tensor &A) |
Tensor | AmpGen::Spin1hbProjector (const Tensor &B) |
Tensor | AmpGen::Spin3hbProjector (const Tensor &A) |
Tensor | AmpGen::gamma_twiddle (const Tensor &P) |
Tensor | AmpGen::Gamma4Vec () |
Tensor | AmpGen::Bar (const Tensor &P) |
Tensor | AmpGen::slash (const Tensor &P) |
#define DEFINE_VERTEX | ( | VERTEX | ) |