| 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__ = ['AnalysesExConf', 'Configure']
00004 
00005 class Configure:
00006    'Configure G4dybIO'
00007    def __init__(self):
00008         '''One concrete algorithm to invoke reading G4dyb data from G4dyb files '''
00009         from Gaudi.Configuration import ApplicationMgr
00010         app = ApplicationMgr()
00011 #app.OutputLevel=4
00012         app.HistogramPersistency = 'ROOT'
00013 
00014         from AnalysesEx.AnalysesExConf import  DataAnalyses
00015         dataAna = DataAnalyses()
00016         app.TopAlg.append(dataAna)
00017         self.DataAna =dataAna
00018      
00019         return
00020 
00021    pass #End Configure
00022 
00023 
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:34:06 2011 for AnalysesEx by doxygen 1.4.7