10 ROOT.PyConfig.IgnoreCommandLineOptions =
True 11 warnings.filterwarnings(action=
'ignore',category=RuntimeWarning,
12 message=
'creating converter.*')
13 ROOT.PyConfig.StartGuiThread =
False 14 ROOT.PyConfig.IgnoreCommandLineOptions =
True 16 sys.argv = sys.argv[1:]
17 sys.argv.insert(0,
'grut-view.py')
19 sys.path.append(os.environ[
'GRSISYS'])
22 ident = threading.current_thread().ident
26 if (threading.current_thread().ident == ident
and 31 except Exception
as e: