Skip to content

Commissioning: lines with and without HLT1 filter

Marian Stahl requested to merge mstahl_commissioning_lines into master

To be able to immediately compute rough HLT1 efficiencies from HLT2 monitoring, the commissioning lines have been updated.

  • The D0 commissioning line is adapted to an existing charm line.
  • Two instances of Ks, Lambda and D+ lines with and without HLT1 filter have been implemented.
  • PID, IP chi2 and FD chi2 cuts are applied in commissioning lines.

/cc @cagapopo @gligorov

Note: I tried to add histograms with HLT1 filter to the control flow (vis. algs=[..., producer, monitors, hlt1_filter, more_monitors]). This works, but only the candidates that also pass the filter are persisted and not those passing the selection up to producer.

Merge request reports