| 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__ = ['Configure','CalibAlgConf']
00004 
00005 class Configure:
00006     '''
00007     Default configuration for CalibAlg. Configuration only adds the
00008     CalibAlg algorithm.
00009 
00010     Changes to algorithm and tool properties from their defaults can be
00011     made in individual job option scripts by accessing them via CalibAlgConf.
00012     '''
00013 
00014     def __init__(self):
00015         '''
00016         Configure CalibAlg.
00017 
00018         Default tools are:
00019         SimpPmtTool - SimpPmtCalibTool
00020         SimpRpcTool - SimpRpcCalibTool
00021         '''
00022         
00023         from Gaudi.Configuration import ApplicationMgr
00024         app = ApplicationMgr()
00025         app.TopAlg.append("CalibAlg")
00026         return
00027 
00028 def configure():
00029     """Configure calibration algorithm"""
00030     Configure()
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:43:27 2011 for CalibAlg by doxygen 1.4.7