예제 #1
0
파일: Bender.py 프로젝트: wireshark10/ganga
 def postprocess(self):
     XMLPostProcessor.postprocess(self, logger)
예제 #2
0
 def postprocess(self):
     from GangaLHCb.Lib.Applications import XMLPostProcessor
     XMLPostProcessor.postprocess(self, logger)
예제 #3
0
파일: Bender.py 프로젝트: MannyMoo/ganga
 def postprocess(self):
     XMLPostProcessor.postprocess(self, logger)
예제 #4
0
파일: AppsBase.py 프로젝트: chrisburr/ganga
 def postprocess(self):
     from GangaLHCb.Lib.Applications import XMLPostProcessor
     XMLPostProcessor.postprocess(self, logger)