Skip to content

RNTupleART: Add two new tests that compare RNTuple and TTree DAODs

Add two more tests (one for data and one for MC) to RNTupleART that:

  1. Produce DAOD_PHYS and DAOD_PHYSLITE storing event data into TTree,
  2. Produce DAOD_PHYS and DAOD_PHYSLITE storing event data into RNTuple,
  3. Convert 2. into TTree by (ab)using Merge_tf.py,
  4. Compare both formats via diff-root.

For some reason diff-root doesn't seem to work properly in the main--dev3LCG in my local tests but that can be followed up independently.

cc: @gemmeren @mnowak

Merge request reports