pipeline — Pipeline#

This module wraps all the high-level simulation and analysis tasks of the package, providing functions with the same name as those in the tasks module, but driven entirely by keyword arguments.

These functions are meant to be used by the command-line interface, while programmatic pipelines should always use the functions in the tasks module, which come with a precise, documented signature.

Module documentation#

Pipeline facilities.

hexsample.pipeline.simulate(**kwargs) str[source]#

Run a simulation.

hexsample.pipeline.reconstruct(**kwargs) str[source]#

Run a reconstruction.

hexsample.pipeline.display(**kwargs) None[source]#

Display events from a digi or recon file.

hexsample.pipeline.quicklook(**kwargs) None[source]#

Quicklook at events from a recon file.