BOSS 7.1.2
BESIII Offline Software System
|
#include "EvtGenBase/EvtComplex.hh"
#include "EvtGenBase/EvtVector4C.hh"
#include "EvtGenBase/EvtVector4R.hh"
#include "EvtGenBase/EvtDiracSpinor.hh"
Go to the source code of this file.
Classes | |
class | EvtRaritaSchwinger |
Functions | |
EvtRaritaSchwinger | rotateEuler (const EvtRaritaSchwinger &rs, double alpha, double beta, double gamma) |
EvtRaritaSchwinger | boostTo (const EvtRaritaSchwinger &rs, const EvtVector4R p4) |
EvtRaritaSchwinger | boostTo (const EvtRaritaSchwinger &rs, const EvtVector3R boost) |
EvtRaritaSchwinger | dirProd (EvtVector4R v, EvtDiracSpinor u) |
EvtRaritaSchwinger | dirProd (EvtVector4C v, EvtDiracSpinor u) |
EvtRaritaSchwinger | conj (const EvtRaritaSchwinger &u2) |
EvtRaritaSchwinger | operator+ (const EvtRaritaSchwinger &u1, const EvtRaritaSchwinger &u2) |
EvtRaritaSchwinger | operator- (const EvtRaritaSchwinger &u1, const EvtRaritaSchwinger &u2) |
EvtComplex | operator* (const EvtRaritaSchwinger &u1, const EvtRaritaSchwinger &u2) |
EvtRaritaSchwinger boostTo | ( | const EvtRaritaSchwinger & | rs, |
const EvtVector3R | boost ) |
Definition at line 53 of file EvtRaritaSchwinger.cc.
EvtRaritaSchwinger boostTo | ( | const EvtRaritaSchwinger & | rs, |
const EvtVector4R | p4 ) |
Definition at line 51 of file EvtRaritaSchwinger.cc.
EvtRaritaSchwinger conj | ( | const EvtRaritaSchwinger & | u2 | ) |
EvtRaritaSchwinger dirProd | ( | EvtVector4C | v, |
EvtDiracSpinor | u ) |
Definition at line 57 of file EvtRaritaSchwinger.cc.
EvtRaritaSchwinger dirProd | ( | EvtVector4R | v, |
EvtDiracSpinor | u ) |
Definition at line 56 of file EvtRaritaSchwinger.cc.
Referenced by EvtRaritaSchwingerParticle::init(), EvtRaritaSchwingerParticle::rotateToHelicityBasis(), and EvtRaritaSchwingerParticle::rotateToHelicityBasis().
EvtComplex operator* | ( | const EvtRaritaSchwinger & | u1, |
const EvtRaritaSchwinger & | u2 ) |
Definition at line 64 of file EvtRaritaSchwinger.cc.
EvtRaritaSchwinger operator+ | ( | const EvtRaritaSchwinger & | u1, |
const EvtRaritaSchwinger & | u2 ) |
Definition at line 59 of file EvtRaritaSchwinger.cc.
EvtRaritaSchwinger operator- | ( | const EvtRaritaSchwinger & | u1, |
const EvtRaritaSchwinger & | u2 ) |
Definition at line 61 of file EvtRaritaSchwinger.cc.
EvtRaritaSchwinger rotateEuler | ( | const EvtRaritaSchwinger & | rs, |
double | alpha, | ||
double | beta, | ||
double | gamma ) |
Definition at line 49 of file EvtRaritaSchwinger.cc.