12Test backwards compatibility for an mdst file produced with release-06-00-00.
14See https://xwiki.desy.de/xwiki/rest/p/0a372 if this test fails.
16CHANGES since release-06-00-00:
18- EventLevelClusteringInfo
19 + nKLMDigitsMultiStrip
24 + statusBitmap and getStatusBit
27 + isFlippedAndRefitted
28 + getTrackFitResultByName
29 + getTrackFitResultsByName
30 + getTrackFitResultWithClosestMassByName
32 + remove the const classifier of TrackFitResults
and add a function to update the contents
33 + updateTrackFitResult
37from basf2 import create_path, process, set_random_seed, find_file
38from b2test_utils import configure_logging_for_tests
39from mdst import add_mdst_dump
41if __name__ == "__main__":
42 configure_logging_for_tests()
45 main.add_module("RootInput", inputFileName=find_file(
"mdst/tests/mdst-v06-00-00.root"))
46 main.add_module(
"EventInfoPrinter")
47 add_mdst_dump(main,
True)