Skip to content

Commit

Permalink
Fix a silly typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues authored Aug 9, 2024
1 parent 94ad79c commit ce540b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/decaylanguage/dec/dec.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def get_particle_property_definitions(self) -> dict[str, dict[str, float]]:
----
1) Masses and widths are in GeV in EvtGen, hence the "Particle <PARTICLE> <MASS>" statement
needs to use GeV! A conversion to MeV may be done on the fly when information is required
fom the Particle package, which uses MeV, the (standard) HEP System of Units.
from the Particle package, which uses MeV, the (standard) HEP System of Units.
2) Particles are often defined via aliases and post-processing may be needed
to match the mass and width to the actual particle.
3) The mass (width) parameter is compulsory (optional).
Expand Down Expand Up @@ -1635,7 +1635,7 @@ def get_particle_property_definitions(parsed_file: Tree) -> dict[str, dict[str,
----
1) Masses and widths are in GeV in EvtGen, hence the "Particle <PARTICLE> <MASS>" statement
needs to use GeV! A conversion to MeV may be done on the fly when information is required
fom the Particle package, which uses MeV, the (standard) HEP System of Units.
from the Particle package, which uses MeV, the (standard) HEP System of Units.
2) Particles are often defined via aliases and post-processing may be needed
to match the mass and width to the actual particle.
3) The mass (width) parameter is compulsory (optional).
Expand Down

0 comments on commit ce540b9

Please sign in to comment.