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