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

In This Package:

KeepRecon Namespace Reference


Functions

def configure
def run

Function Documentation

def KeepRecon::configure (   argv = []  ) 

Definition at line 10 of file KeepRecon.py.

00010                         :
00011 
00012     from SmartFilter.SmartFilterConf import SmartFilterAlg
00013     keepRecon = SmartFilterAlg("keepRecon")
00014     keepRecon.KeepLocation = "/Event/Rec/AdSimple" 
00015     keepRecon.KeepAllParents = True
00016     keepRecon.ParentPrescale = 0.01
00017     keepRecon.KeepAllChildren = True
00018 
00019     from Gaudi.Configuration import ApplicationMgr
00020     app = ApplicationMgr()
00021     app.TopAlg.append(keepRecon)
00022     
def run(app):

def KeepRecon::run (   app  ) 

Definition at line 23 of file KeepRecon.py.

00023             :
00024     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