コード例 #1
0
ファイル: AthenaMSGMS.py プロジェクト: chrisburr/ganga
 def __init__(self, job_info, config_info):
     MSGMS.__init__(self, job_info, config_info)
コード例 #2
0
ファイル: AthenaMSGMS.py プロジェクト: chrisburr/ganga
 def getSandboxModules(self):
     import Ganga.Lib.MonitoringServices.MSGMS
     return [
         Ganga.Lib.MonitoringServices.MSGMS.AthenaMSGMS,
     ] + MSGMS.getSandboxModules(self)