Functions | |
def | configure |
def | run |
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):