| 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__ = ['RawDataTestConf', 'Configure', 'RawReading']
00004 
00005 class Configure:
00006    'Configure RawDataTest'
00007    def __init__(self):
00008         '''One concrete algorithm to invoke reading raw data from raw files '''
00009         from Gaudi.Configuration import ApplicationMgr
00010         app = ApplicationMgr()
00011 
00012         from RawDataTest.RawDataTestConf import  RawDataReader
00013         rawalg = RawDataReader()
00014         app.TopAlg.append(rawalg)
00015         self.RawAlg =rawalg
00016      
00017         return
00018 
00019    pass #End Configure
00020 
00021 
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:27:41 2011 for RawDataTest by doxygen 1.4.7