| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

__init__.py

Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 
00003 __all__ = ['SimHitSplitSvcConf', 'Configure']
00004 
00005 class Configure:
00006    'Configure SimHitSplitSvc'
00007    def __init__(self):
00008         '''Do default configureation of SimHitSplitSvc. '''
00009         from Gaudi.Configuration import ApplicationMgr
00010         app = ApplicationMgr()
00011 
00012 
00013         from SimHitSplitSvc.SimHitSplitSvcConf import SimHitSplitSvc
00014         pre = SimHitSplitSvc()
00015         app.ExtSvc.append(pre)
00016         self.PreSvc = pre
00017         
00018         from SimHitSplitSvc.SimHitSplitSvcConf import SimHitSplitAlgorithm
00019         simhitalg = SimHitSplitAlgorithm()
00020         app.TopAlg.append(simhitalg)
00021         self.SimHitAlg = simhitalg
00022 
00023         return
00024 
00025    pass #End Configure
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:44:14 2011 for SimHitSplitSvc by doxygen 1.4.7