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

In This Package:

AdRec::__init__::Configure Class Reference

List of all members.

Public Member Functions

def __init__

Detailed Description

Create default configuration for AdRec. Configuration only adds the
AdRec algorithm, AdRecAlg.

Changes to algorithm and tool properties from their defaults can be
made in individual job option scripts by accessing them via AdRecConf.

Definition at line 5 of file __init__.py.


Member Function Documentation

def AdRec::__init__::Configure::__init__ (   self  ) 

Configure AdRec.

Default tools are:
QCtrTool - FastQCtrTool
QMLFTool - QMLFTool

Definition at line 8 of file __init__.py.

00014                       :
00015         '''
00016         Configure AdRec.
00017 
00018         Default tools are:
00019         QCtrTool - FastQCtrTool
00020         QMLFTool - QMLFTool
00021         '''
00022 
00023         from AdRec.AdRecConf import FastQCtrTool, QMLFTool
00024         fastQCtrTool = FastQCtrTool("AdFastQCtrTool")
00025         qmlfTool = QMLFTool("AdQMLFTool")
00026         qmlfTool.opLocation = "DetDesc"
00027         qmlfTool.geomLocation = "DetDesc"
00028 
00029         from AdRec.AdRecConf import FastQCtrTool, QMLFTool
00030         fastQCtrTool = FastQCtrTool()
00031         qmlfTool = QMLFTool()
00032         
00033         import ReconAlg
00034         reconAlg = ReconAlg.Configure()
00035         reconAlg.setReconStyle( { "AdFastQCtr": [fastQCtrTool],
                                  "AdQmlf"    : [qmlfTool]      } )


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:42:46 2011 for AdRec by doxygen 1.4.7