9 #ifndef ThePEG_RSSpinorBarWaveFunction_H 10 #define ThePEG_RSSpinorBarWaveFunction_H 14 #include "WaveFunctionBase.h" 15 #include <ThePEG/Helicity/LorentzRSSpinorBar.h> 16 #include <ThePEG/Helicity/RSFermionSpinInfo.h> 17 #include <ThePEG/EventRecord/Particle.h> 18 #include <ThePEG/EventRecord/RhoDMatrix.h> 88 complex<double>
xs1, complex<double>
xs2,
89 complex<double>
xs3, complex<double>
xs4,
90 complex<double>
ys1, complex<double>
ys2,
91 complex<double>
ys3, complex<double>
ys4,
92 complex<double>
zs1, complex<double>
zs2,
93 complex<double>
zs3, complex<double>
zs4,
94 complex<double>
ts1, complex<double>
ts2,
95 complex<double>
ts3, complex<double>
ts4)
129 for (
unsigned int i=0; i<4; ++i)
130 for(
unsigned int j=0; j<4; ++j)
131 _wf(i,j)=
wave(i,j)*UnitRemoval::InvSqrtE;
179 assert( i>=0 && i<=3 && j>=0 && j<=3 );
350 for (
unsigned int i=0; i<4; ++i)
351 for (
unsigned int j=0; j<4; ++j)
352 temp(i,j) =
_wf(i,j)*UnitRemoval::SqrtE;
PDT::Spin iSpin() const
Get 2s+1 for the particle.
TransientConstRCPtr is a simple wrapper around a bare const pointer which can be assigned to and from...
The LorentzRotation class combine a SpinOneLorentzRotation and a spin SpinHalfLorentzRotation to prov...
TransientRCPtr is a simple wrapper around a bare pointer which can be assigned to and from an RCPtr a...
const Lorentz5Momentum & momentum() const
Access to the 5-momentum.
This is the main namespace within which all identifiers in ThePEG are declared.
An intermediate particle.
tcPDPtr particle() const
Get the particle pointer.
A Direction object can be used to specify that some following operations should be assumed to be perf...
The RhoDMatrix class is designed to implement the storage of the rho and D matrices which are require...
void transformMomentum(const LorentzRotation &r)
Perform the Lorentz transformation of the wave function.