Skip to content
Snippets Groups Projects

Lb2D0Lz Run3

Merged Dong Ao requested to merge aodong/Lb2DL into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 34975d39
    fix · 34975d39
    dao authored
@@ -409,7 +409,7 @@ def alg_config_LbToD0Lz(options:Options, tracktype="LL",Dstate="HH"):
variables={
"Lb" : all_variables(pvs, _composite, 2) + b_composite_variables + make_dtf_variables_lb2d0lz(pvs, line_data, _composite),
"Lz" : all_variables(pvs, _composite, 2) + composite_variables + make_dtf_variables_lb2d0lz(pvs, line_data, _composite)
"Lz" : all_variables(pvs, _composite, 2) + composite_variables + make_dtf_variables_lb2d0lz(pvs, line_data, _composite),
"Lz_pp" : all_variables(pvs, _basic ) + daughter_variables + make_dtf_variables_lb2d0lz(pvs, line_data, _basic),
"Lz_pim" : all_variables(pvs, _basic ) + daughter_variables + make_dtf_variables_lb2d0lz(pvs, line_data, _basic),
}
Loading