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:
- Produce
DAOD_PHYS
andDAOD_PHYSLITE
storing event data intoTTree
, - Produce
DAOD_PHYS
andDAOD_PHYSLITE
storing event data intoRNTuple
, - Convert 2. into
TTree
by (ab)usingMerge_tf.py
, - 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.