13 Test backwards compatibility for an mdst file produced with release-05-00-00.
15 See https://confluence.desy.de/display/BI/Backward+Compatibility if this test fails.
17 CHANGES since release-05-00-00:
19 - EventLevelTrackingInfo:
20 + hasSVDSpacePointCreatorAbortionFlag/setSVDSpacePointCreatorAbortionFlag
26 + isPoissonInInjectionVeto()
27 * added getters to map bit names to numbers (getInputBitNumber, getOutputBitNumber)
28 The mapping is from the database and doesn't affect mdst content and is thus not tested here.
29 + getInputBitNumber added
30 + getOutputBitNumber added
33 - EventLevelTriggerTimeInfo
34 * added new storage element for information from the Trigger Timing Distribution (TTD)
37 from basf2
import create_path, process, set_random_seed, find_file
38 from b2test_utils
import configure_logging_for_tests
39 from mdst
import add_mdst_dump
41 if __name__ ==
"__main__":
42 configure_logging_for_tests()
45 main.add_module(
"RootInput", inputFileName=find_file(
"mdst/tests/mdst-v05-00-00.root"))
46 main.add_module(
"EventInfoPrinter")
47 add_mdst_dump(main,
True)