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

In This Package:

Clear Namespace Reference


Functions

def configure
def run

Function Documentation

def Clear::configure (   argv = []  ) 

Definition at line 10 of file Clear.py.

00010                         :
00011 
00012     from SmartFilter.SmartFilterConf import SmartFilterAlg
00013     clearAlg = SmartFilterAlg("clearAlg")
00014     clearAlg.ClearAll = True 
00015 
00016     from Gaudi.Configuration import ApplicationMgr
00017     app = ApplicationMgr()
00018     app.TopAlg.append(clearAlg)
00019     
def run(app):

def Clear::run (   app  ) 

Definition at line 20 of file Clear.py.

00020             :
00021     pass
    pass

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

Generated on Mon Apr 11 20:38:49 2011 for SmartFilter by doxygen 1.4.7