Belle II Software development
|
Public Member Functions | |
def | __init__ (self, queue, label, *args, **kwargs) |
def | terminate (self) |
def | save_and_show_file (self) |
Public Attributes | |
queue | |
The queue to handle. | |
label | |
The label for writing to the queue. | |
file_list | |
The list of created paths. | |
A wrapper around the svg drawer in the tracking package that writes its output files as a list to the queue
Definition at line 536 of file quadTreePlotter.py.
def __init__ | ( | self, | |
queue, | |||
label, | |||
* | args, | ||
** | kwargs | ||
) |
The same as the base class, except: Arguments --------- queue: The queue to write to label: The key name in the queue
Reimplemented from QuadTreePlotter.
Definition at line 543 of file quadTreePlotter.py.
def save_and_show_file | ( | self | ) |
Overwrite the function to listen for every new filename
Reimplemented from QuadTreePlotter.
Definition at line 566 of file quadTreePlotter.py.
def terminate | ( | self | ) |
Overwrite the terminate to put the list to the queue
Reimplemented from QuadTreePlotter.
Definition at line 561 of file quadTreePlotter.py.
file_list |
The list of created paths.
Definition at line 559 of file quadTreePlotter.py.
label |
The label for writing to the queue.
Definition at line 555 of file quadTreePlotter.py.
queue |
The queue to handle.
Definition at line 553 of file quadTreePlotter.py.