Belle II Software  release-08-01-10
run_collector.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("collector.py"))
Definition: main.py:1