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