Belle II Software development
run_sendroi.py
1#! /usr/bin/env python3
2# Script name is hardcoded on SC GUI and can not be changed
3
4
11from hlt.collector_execution import main
12
13if __name__ == '__main__':
14 exit(main("sendroi.py"))
Definition: main.py:1