Skip to content

Add suite of tests for HLT2 analysis

Alex Pearce requested to merge apearce-test-hlt2-analysis into master

Checks that:

  1. Moore can output a DST with Turbo candidates.
  2. The DST can be read by an analysis application to produce an ntuple.
  3. The ntuple contains sensible information.

Ideally these test would live in Moore, where the HLT2 logic lives, but we require access to the Analysis project for DecayTreeTuple.

The test suite lives in a new package: HltIntegrationTests.

Requires LHCb!2963 (merged), Moore!762 (merged), and Analysis!770 (merged).

Edited by Alex Pearce

Merge request reports