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

Merge branch 'CutInfo_reworking' into low_level_cut_study

parents b79bc8b0 ed8d151d
Branches
No related tags found
1 merge request!63Low level cut study
......@@ -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