Herwig 7.3.0
|
SpinCorrelationTensor represents a spin correlation tensor of the form. More...
#include <SpinCorrelationTensor.h>
Public Member Functions | |
SpinCorrelationTensor (double diag, const Lorentz5Momentum &p, Energy2 sc) | |
The standard constructor, giving diagonal part, and vector for off-diagonal components and the scale. | |
double | diagonal () const |
Return the diagonal part. | |
const Lorentz5Momentum & | momentum () const |
Return the off-diagonal vector part. | |
Energy2 | scale () const |
Return the scale. | |
Complex | matrixElement (const LorentzVector< Complex > &left, const LorentzVector< Complex > &right) const |
Return a matrix element of the diagonal part, by contracting with the given polarization vectors. | |
Private Attributes | |
double | theDiagonal |
The diagonal part. | |
Lorentz5Momentum | theMomentum |
The vector to define to off-diagonal part. | |
Energy2 | theScale |
The scale for the off-diagonal part. | |
SpinCorrelationTensor represents a spin correlation tensor of the form.
c g^{\mu\nu} + p^\mu p^\nu / Q^2
Definition at line 28 of file SpinCorrelationTensor.h.
|
inline |
The standard constructor, giving diagonal part, and vector for off-diagonal components and the scale.
Definition at line 52 of file SpinCorrelationTensor.h.
|
inline |
Return the diagonal part.
Definition at line 62 of file SpinCorrelationTensor.h.
References theDiagonal.
|
inline |
Return a matrix element of the diagonal part, by contracting with the given polarization vectors.
Definition at line 80 of file SpinCorrelationTensor.h.
References ThePEG::left(), momentum(), ThePEG::right(), and scale().
|
inline |
Return the off-diagonal vector part.
Definition at line 67 of file SpinCorrelationTensor.h.
References theMomentum.
Referenced by matrixElement().
|
inline |
Return the scale.
Definition at line 72 of file SpinCorrelationTensor.h.
References theScale.
Referenced by matrixElement().
|
private |
|
private |
The vector to define to off-diagonal part.
Definition at line 38 of file SpinCorrelationTensor.h.
Referenced by momentum().
|
private |
The scale for the off-diagonal part.
Definition at line 43 of file SpinCorrelationTensor.h.
Referenced by scale().