Belle II Software  release-06-01-15
rawdata_compatibility_phase3.py
1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*-
3 
4 
11 
12 from rawdata_compatibility_base import test_raw
13 
14 if __name__ == "__main__":
15  # use the None as GT so the default global tag will be used for Monte Carlo generated files
16  test_raw("phase3", "mc", None)