Skip to content
Snippets Groups Projects
Commit ed8d151d authored by Patrick Ecker's avatar Patrick Ecker
Browse files

Corrected Typo

parent 8876bf45
No related branches found
No related tags found
2 merge requests!63Low level cut study,!62Cut info reworking
......@@ -36,7 +36,7 @@ def get_cut_infos(fsp: FinalStateParticle) -> List[CutInfo]:
# define some often used cuts
dr_cut = CutInfo(
cut_str="dr < 2.",
cut_label=r"$\Delta \mathrm{r} < 2.0\,$cm$",
cut_label=r"$\Delta \mathrm{r} < 2.0\,$cm",
cut_name="dr_cut",
cut_var="dr",
cut_type="<",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment