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 | ) |
def TkAlMap.read_TPLfile | ( | file_name | ) |
Definition at line 124 of file TkAlMap.py.
References objects.autophobj.float, createfilelist.int, and split.
Referenced by TkAlMap.TkAlMap.load_geometry().
def TkAlMap.StdDev | ( | data_list | ) |
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.
Referenced by TkDetMap.findLayer(), TkDetMap.getComponents(), TkDetMap.getDetFromBin(), TkDetMap.getDetsForLayer(), TkDetMap.setLayerMap(), and TkDetMap.TkDetMap().
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.