Belle II Software  release-05-01-25
run_collector.py
1 #! /usr/bin/env python3
2 # Script name is hardcoded on SC GUI and can not be changed
3 from hlt.collector_execution import main
4 
5 if __name__ == '__main__':
6  exit(main("collector.py"))
hlt.collector_execution
Definition: collector_execution.py:1
main
int main(int argc, char **argv)
Run all tests.
Definition: test_main.cc:77