Skip to content

Commit

Permalink
Add 'LSMANYDELTAFUNC lineshape'
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Jul 21, 2023
1 parent 5264d44 commit c64790d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decaylanguage/data/decfile.lark
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jetset_def : "JetSetPar" LABEL "=" SIGNED_NUMBER

ls_def : LABEL_LINESHAPE LABEL // Choose a lineshape for a particle

LABEL_LINESHAPE : "LSFLAT" | "LSNONRELBW"
LABEL_LINESHAPE : "LSFLAT" | "LSNONRELBW" | "LSMANYDELTAFUNC"

inc_factor: ("IncludeBirthFactor" | "IncludeDecayFactor") label ("yes" | "no") // Presence of the birth/decay factor and form-factor

Expand Down

0 comments on commit c64790d

Please sign in to comment.