Skip to content

Draft: [TEST] Example production accessing 'Spruced' Turbo output

Luke Grazette requested to merge lugrazet-APfromSpruce-example into master

This is a test AP to show how to run APs on the output of the Sprucing for the Turbo stream.

Currently reads from Comm23 data that exists in the bookkeeping, just to pass the info.yaml rendering complaints. Needs moving once the validation path becomes available.

Performs the following algorithms in order:

  • Filter on the appropriate Hlt2Line decisions (reduces computation time when running on RealData)
  • require_pvs() algorithm, necessary before accessing variables with respect to the Best Primary Vertex (such as BPVIPCHI2, etc.)
  • Tupling job for particles as a result of Hlt2QEE_JpsiToMuMu_Detached (an example QEE Turbo line) with some common variables.

ToDo:

  • correct bk_query from Validation to Real bk.
  • potentially add Full stream example?
Edited by Luke Grazette

Merge request reports