Helpers for book keeping in electroweak processes. More...
#include <SU2Helper.h>
Static Public Member Functions | |
static bool | isInSU2Doublet (tcPDPtr p) |
Return true, if the left-(right-)handed projection of this particle (antiparticle) belongs to a weak SU(2) doublet. | |
static bool | isSU2Up (tcPDPtr p) |
Return true, if the left-(right-)handed projection of this particle (antiparticle) is the up component of a weak SU(2) doublet. | |
static bool | isSU2Down (tcPDPtr p) |
Return true, if the left-(right-)handed projection of this particle (antiparticle) is the down component of a weak SU(2) doublet. | |
static tcPDPtr | SU2CC (tcPDPtr p, int familyShift=0) |
Return the conjugate component in the same weak SU(2) doublet, or a null pointer if the left-(right-)handed projection of this particle (antiparticle) does not belong to a weak SU(2) doublet. | |
static int | family (tcPDPtr p) |
Return the family. | |
Helpers for book keeping in electroweak processes.
Definition at line 27 of file SU2Helper.h.
|
inlinestatic |
Return true, if the left-(right-)handed projection of this particle (antiparticle) belongs to a weak SU(2) doublet.
Definition at line 34 of file SU2Helper.h.
Referenced by isSU2Down(), and isSU2Up().
|
inlinestatic |
Return true, if the left-(right-)handed projection of this particle (antiparticle) is the down component of a weak SU(2) doublet.
Definition at line 50 of file SU2Helper.h.
References isInSU2Doublet().
|
inlinestatic |
Return true, if the left-(right-)handed projection of this particle (antiparticle) is the up component of a weak SU(2) doublet.
Definition at line 43 of file SU2Helper.h.
References isInSU2Doublet().