Functions | |
def | configure |
def | run |
def DryRunTables::configure | ( | argv = [] |
) |
Example of loading Dry Run cabling and calibration tables
Definition at line 10 of file DryRunTables.py.
00010 : 00011 """ Example of loading Dry Run cabling and calibration tables""" 00012 00013 # Add Static Tables 00014 import DataSvc 00015 DataSvc.Configure( 00016 pmtCalibDataPath="$DATASVCROOT/share/DryRun/pmtCalibTable_DryRunNominal.txt", 00017 feeCableMapPath="$DATASVCROOT/share/feeCableMap.txt") 00018 return 00019 def run(app):
def DryRunTables::run | ( | app | ) |
Run Time configuration
Definition at line 20 of file DryRunTables.py.
00020 : 00021 ''' 00022 Run Time configuration 00023 ''' 00024 pass pass