Functions | |
def | csc_colors |
def | draw_disk |
def | draw_station |
def | draw_wheel |
def | dt_colors |
def geometryDiffVisualization.csc_colors | ( | endcap, | |
station, | |||
ring, | |||
chamber | |||
) |
Definition at line 10 of file geometryDiffVisualization.py.
def geometryDiffVisualization.draw_disk | ( | geom1, | |
geom2, | |||
endcap, | |||
station, | |||
filename, | |||
length_factor = 1. , |
|||
angle_factor = 100. , |
|||
colors = csc_colors , |
|||
template_dir = './' |
|||
) |
Definition at line 115 of file geometryDiffVisualization.py.
def geometryDiffVisualization.draw_station | ( | geom1, | |
geom2, | |||
station, | |||
filename, | |||
length_factor = 100. , |
|||
angle_factor = 100. , |
|||
colors = dt_colors , |
|||
template_dir = './' |
|||
) |
Definition at line 13 of file geometryDiffVisualization.py.
def geometryDiffVisualization.draw_wheel | ( | geom1, | |
geom2, | |||
wheel, | |||
filename, | |||
length_factor = 100. , |
|||
angle_factor = 100. , |
|||
colors = dt_colors , |
|||
template_dir = './' |
|||
) |
Definition at line 71 of file geometryDiffVisualization.py.
def geometryDiffVisualization.dt_colors | ( | wheel, | |
station, | |||
sector | |||
) |
Definition at line 7 of file geometryDiffVisualization.py.