hltflow.core¶
Implement functionality to visualise an HLT streamer in a TiKz flowchart.
- class hltflow.core.Operation[source]¶
A helper class that is never instantiated. Only has static methods to check for different kinds of operations.
- static is_cut(op)[source]¶
Checks whether an operation is a cut (i.e. starts with an opening parenthesis).
- class hltflow.core.StreamerFlowchart(name, code, prefix=None)[source]¶
Implement the structure for a flowchart.