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