Skip to content
Snippets Groups Projects

Fix helium HLT2 lines (option 2)

Merged Hendrik Jage requested to merge hjage_fix_he_lines2 into 2024-patches
All threads resolved!
2 files
+ 5
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -13,6 +13,7 @@ Submodule that defines all ift HLT2 and sprucing lines
"""
from . import hlt2_ift_femtoscopy
from . import hlt2_ift_pp_He
from . import hlt2_ift_smog2
from . import hlt2_ift_smog2_generic
from . import hlt2_ift_smog2_charm
@@ -26,6 +27,7 @@ from . import hlt2_ift_smog2_CEP
# provide "all_lines" for correct registration by the overall HLT2 lines module
all_lines = {}
all_lines.update(hlt2_ift_femtoscopy.all_lines)
all_lines.update(hlt2_ift_pp_He.all_lines)
all_lines.update(hlt2_ift_smog2.all_lines)
all_lines.update(hlt2_ift_smog2_generic.all_lines)
all_lines.update(hlt2_ift_smog2_charm.all_lines)
@@ -48,6 +50,7 @@ ift_full_lines.update(hlt2_ift_isolated_highpt_photon.all_lines)
ift_turbo_lines = {}
ift_turbo_lines.update(hlt2_ift_femtoscopy.all_lines)
ift_turbo_lines.update(hlt2_ift_pp_He.all_lines)
ift_turbo_lines.update(hlt2_ift_smog2_generic.turbo_lines)
ift_turbo_lines.update(hlt2_ift_smog2_charm.turbo_lines)
ift_turbo_lines.update(hlt2_ift_smog2_chargedPID.turbo_lines)
Loading