Skip to content
Snippets Groups Projects

RD builder fix

Merged Miroslav Saur requested to merge msaur_rd_builders_update into master
All threads resolved!
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -830,9 +830,7 @@ def make_prompt_dielectron_with_brem(
m_diE_ID=dielectron_ID,
opposite_sign=opposite_sign)
code_dielectron = require_all(
#F.CHI2DOF < vchi2pdof_max # <- removed for the early data taking in 2022
)
code_dielectron = require_all(F.CHI2DOF < vchi2pdof_max)
return ParticleFilter(
prompt_dielectron_with_brem, F.FILTER(code_dielectron), name=name)
Loading