Skip to content
Snippets Groups Projects

Charm Hlt2 lines for SL decays of charmed hadrons from beauty

Merged Yangjie Su requested to merge yangjie_charmSL_Btag into master
Compare and
5 files
+ 6298
259
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -9,8 +9,9 @@
###############################################################################
"""Submodule that defines all the charm HLT2 lines."""
from . import (cbaryon_to_phh, cbaryon_to_pk, cbaryon_to_sl, ccbaryon_hadronic,
ccbaryon_to_cbaryon_sl, ccbaryon_to_hyperon_dh, charm_to_h0x,
from . import (cbaryon_to_phh, cbaryon_to_pk, cbaryon_to_sl,
cbaryon_to_ph0_btag, ccbaryon_hadronic, ccbaryon_to_cbaryon_sl,
ccbaryon_to_hyperon_dh, cmeson_to_sl_btag, charm_to_h0x,
d_to_etah, d_to_hhh, d_to_hhhgamma, d_to_ksh, d0_to_hh,
d0_to_hhgamma, d0_to_hhhh, d0_to_hhpi0, d0_to_kshh, d0_to_ksks,
detection_asymmetry_lines, hyperons, lc_to_ksh_kshhh, prod_xsec,
@@ -20,12 +21,14 @@ from . import (cbaryon_to_phh, cbaryon_to_pk, cbaryon_to_sl, ccbaryon_hadronic,
# provide "all_lines" for correct registration by the overall HLT2 lines module
all_lines = {}
all_lines.update(cbaryon_to_phh.all_lines)
all_lines.update(cbaryon_to_ph0_btag.all_lines)
all_lines.update(cbaryon_to_pk.all_lines)
all_lines.update(cbaryon_to_sl.all_lines)
all_lines.update(ccbaryon_hadronic.all_lines)
all_lines.update(ccbaryon_to_cbaryon_sl.all_lines)
all_lines.update(ccbaryon_to_hyperon_dh.all_lines)
all_lines.update(charm_to_h0x.all_lines)
all_lines.update(cmeson_to_sl_btag.all_lines)
all_lines.update(d_to_etah.all_lines)
all_lines.update(d_to_hhh.all_lines)
all_lines.update(d_to_hhhgamma.all_lines)
Loading