Skip to content

Commit

Permalink
adding helper functions returning SM goldstone bosons
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Nov 20, 2015
1 parent 97d9707 commit a13f10d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions meta/TreeMasses.m
Expand Up @@ -130,6 +130,7 @@
IsVector::usage="";
IsGhost::usage="";
IsGoldstone::usage="";
IsSMGoldstone::usage="";
IsAuxiliary::usage="";
IsVEV::usage="";
IsMajoranaFermion::usage="";
Expand All @@ -154,6 +155,7 @@
GetSMUpQuarks::usage="";
GetSMDownQuarks::usage="";
GetSMQuarks::usage="";
GetSMGoldstoneBosons::usage="";

GetUpQuark::usage="";
GetDownQuark::usage="";
Expand Down Expand Up @@ -230,6 +232,12 @@

IsGoldstone[sym_] := MemberQ[GetGoldstoneBosons[] /. a_[{idx__}] :> a[idx], sym];

GetSMGoldstones[] :=
Cases[SARAH`GoldstoneGhost /. a_[{idx__}] :> a[idx], {v_?SARAH`SMQ, goldstone_} :> goldstone];

IsSMGoldstone[sym_] :=
MemberQ[GetSMGoldstones[], sym];

IsChargino[p_] :=
p === Parameters`GetParticleFromDescription["Charginos"];

Expand Down

0 comments on commit a13f10d

Please sign in to comment.