#include <QGRAF.h>
Definition at line 158 of file QGRAF.h.
◆ FeynRulesQCD() [1/2]
ex HepLib::QGRAF::Models::FeynRulesQCD |
( |
const ex & |
amp, |
|
|
const ex & |
xi = 1 |
|
) |
| |
|
static |
◆ FeynRulesQCD() [2/2]
lst HepLib::QGRAF::Models::FeynRulesQCD |
( |
const lst & |
amps, |
|
|
const ex & |
xi = 1 |
|
) |
| |
|
static |
◆ FeynRulesSM() [1/2]
ex HepLib::QGRAF::Models::FeynRulesSM |
( |
const ex & |
amp, |
|
|
const ex & |
xi = 1 |
|
) |
| |
|
static |
◆ FeynRulesSM() [2/2]
lst HepLib::QGRAF::Models::FeynRulesSM |
( |
const lst & |
amps, |
|
|
const ex & |
xi = 1 |
|
) |
| |
|
static |
◆ GluonFF
std::string HepLib::QGRAF::Models::GluonFF |
|
static |
Initial value:= R"EOF(
[ model = 'Gluon FF Model' ]
[q, qbar, -]
[Q, Qbar, -]
[gh, ghbar, -]
[g, g, +, notadpole]
[e, e, +, external]
[n, nbar, +]
[qbar, q, g; QCD='+1']
[Qbar, Q, g; QCD='+1']
[g, g, g, g; QCD='+2']
[g, g, g; QCD='+1']
[ghbar, gh, g; QCD='+1']
[nbar, n, g; QCD='+1']
[nbar, e, g; QCD='+0']
%[n, e, g; QCD='+0']
)EOF"
Definition at line 160 of file QGRAF.h.
◆ QCD
std::string HepLib::QGRAF::Models::QCD |
|
static |
Initial value:= R"EOF(
[ model = 'qcd Model' ]
%------------------------------------
% Propagators
%------------------------------------
% quark
[q, qbar, -]
[Q, Qbar, -]
% gluon and its ghost:
[gh, ghbar, -]
[g, g, +, notadpole]
% external photon
[A, A, +, external]
%------------------------------------
% Vertices
%------------------------------------
% QCD
[qbar, q, g; QCD='+1']
[Qbar, Q, g; QCD='+1']
[g, g, g, g; QCD='+2']
[g, g, g; QCD='+1']
[ghbar, gh, g; QCD='+1']
% external
[qbar, q, A; QCD='+0']
[Qbar, Q, A; QCD='+0']
)EOF"
Definition at line 163 of file QGRAF.h.
◆ QuarkFF
std::string HepLib::QGRAF::Models::QuarkFF |
|
static |
Initial value:= R"EOF(
[ model = 'Quark FF Model' ]
[q, qbar, -]
[Q, Qbar, -]
[e, ebar, -, external]
[gh, ghbar, -]
[g, g, +, notadpole]
[n, nbar, +]
[qbar, q, g; QCD='+1']
[Qbar, Q, g; QCD='+1']
[g, g, g, g; QCD='+2']
[g, g, g; QCD='+1']
[ghbar, gh, g; QCD='+1']
[nbar, n, g; QCD='+1']
[qbar, e, nbar; QCD='0']
[ebar, q, nbar; QCD='0']
[Qbar, e, nbar; QCD='0']
[ebar, Q, nbar; QCD='0']
)EOF"
Definition at line 161 of file QGRAF.h.
◆ SM
std::string HepLib::QGRAF::Models::SM |
|
static |
The documentation for this class was generated from the following files:
- /home/runner/work/HepLib/HepLib/QGRAF/QGRAF.h
- /home/runner/work/HepLib/HepLib/QGRAF/QGRAF.cpp
- /home/runner/work/HepLib/HepLib/INC/Init.cpp