Functions | |
def | configure |
def | run |
def MakeCalibFigs::configure | ( | argv = [] |
) |
Make AD figures from calibrated data
Definition at line 10 of file MakeCalibFigs.py.
00010 : 00011 """ Make AD figures from calibrated data """ 00012 00013 # Add AD Figure Algorithm 00014 from Gaudi.Configuration import ApplicationMgr 00015 app = ApplicationMgr() 00016 app.TopAlg.append("AdCalibFigs") 00017 00018 return 00019 def run(app):
def MakeCalibFigs::run | ( | app | ) |
Make AD figures from calibrated data
Definition at line 20 of file MakeCalibFigs.py.
00020 : 00021 """ Make AD figures from calibrated data """ 00022 pass pass