Functions | |
def | configure |
def | run |
def Calibrate::configure | ( | argv = [] |
) |
Example of calibrating raw data
Definition at line 10 of file Calibrate.py.
00010 : 00011 """ Example of calibrating raw data """ 00012 00013 # Add Calibration Algorithm 00014 from Gaudi.Configuration import ApplicationMgr 00015 app = ApplicationMgr() 00016 app.TopAlg.append("CalibAlg") 00017 return 00018 def run(app):
def Calibrate::run | ( | app | ) |
Run Time configuration
Definition at line 19 of file Calibrate.py.
00019 : 00020 ''' 00021 Run Time configuration 00022 ''' 00023 pass pass