Belle II Software  release-06-01-15
run_beam_reco_monitor.py
1 #! /usr/bin/env python3
2 # Script name is hardcoded on SC GUI and can not be changed
3 
4 
11 from hlt.hlt_execution import main
12 
13 if __name__ == '__main__':
14  exit(main("beam_reco_monitor.py"))
int main(int argc, char **argv)
Run all tests.
Definition: test_main.cc:75