opengate.postprocessors.sequences ================================= .. py:module:: opengate.postprocessors.sequences Classes ------- .. autoapisummary:: opengate.postprocessors.sequences.ProcessingSequence Module Contents --------------- .. py:class:: ProcessingSequence(*args, **kwargs) Bases: :py:obj:`opengate.postprocessors.base.ProcessingGroupBase`, :py:obj:`opengate.postprocessors.unitbase.ProcessingUnitBase` A special kind of processing group that has only one branch, i.e. a single root and each node has a single child only. .. py:method:: update_processing_tree() .. py:method:: get_unit_output_group() .. py:method:: do_your_job()