Skip to content

Commit

Permalink
Make the width optional in a 'Particle' statement, as in EvtGen
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Jan 9, 2024
1 parent 336b305 commit c979065
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 @@ -26,7 +26,7 @@ cdecay : "CDecay" LABEL

define : "Define" LABEL SIGNED_NUMBER

particle_def: "Particle" LABEL SIGNED_NUMBER SIGNED_NUMBER // Set the mass and width of a particle (in GeV)
particle_def: "Particle" LABEL SIGNED_NUMBER SIGNED_NUMBER? // Set the mass and width (optional) of a particle (in GeV)

alias : "Alias" LABEL LABEL

Expand Down

0 comments on commit c979065

Please sign in to comment.