Classes | |
class | TkAlMap |
Functions | |
def | mean (data_list) |
def | read_TPLfile (file_name) |
def | StdDev (data_list) |
Variables | |
extension | |
dictionary | KNOWN_VARIABLES |
TkMap = TkAlMap('test', 'Here goes the title', 'run/tree.root', True, height=1400, GEO_file='TkAlMapDesign_phase0_cfg.py') | |
TkMap_temp = copy.deepcopy(TkMap) | |
list | var_list = ['dx', 'dy'] |
def TkAlMap.mean | ( | data_list | ) |
Definition at line 114 of file TkAlMap.py.
Referenced by StdDev().
def TkAlMap.read_TPLfile | ( | file_name | ) |
Definition at line 124 of file TkAlMap.py.
References dqmMemoryStats.float, createfilelist.int, and submitPVValidationJobs.split().
Referenced by TkAlMap.TkAlMap.load_geometry().
def TkAlMap.StdDev | ( | data_list | ) |
Definition at line 117 of file TkAlMap.py.
References mean().
Referenced by ThroughputService.postEndJob().
TkAlMap.extension |
Definition at line 774 of file TkAlMap.py.
dictionary TkAlMap.KNOWN_VARIABLES |
Definition at line 19 of file TkAlMap.py.
TkAlMap.TkMap = TkAlMap('test', 'Here goes the title', 'run/tree.root', True, height=1400, GEO_file='TkAlMapDesign_phase0_cfg.py') |
Definition at line 757 of file TkAlMap.py.
TkAlMap.TkMap_temp = copy.deepcopy(TkMap) |
Definition at line 768 of file TkAlMap.py.
list TkAlMap.var_list = ['dx', 'dy'] |
Definition at line 765 of file TkAlMap.py.