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