:py:mod:`km3pipe.utils.triggermap` ================================== .. py:module:: km3pipe.utils.triggermap .. autoapi-nested-parse:: This script creates histogram which shows the trigger contribution for events. Usage: triggermap [options] -d DET_ID_OR_DETX FILENAMES... triggermap --version Option: FILENAMES Name of the input file(s). --offline Read offline events instead. -u DU Only plot for the given DU. -d DET_ID_OR_DETX Detector ID or DETX file. -p PLOT_FILENAME The filename of the plot [default: trigger_map.png]. -s SUBTITLE Optional subtitle for the plot instead of the filename. -h --help Show this screen. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: km3pipe.utils.triggermap.TriggerMap Functions ~~~~~~~~~ .. autoapisummary:: km3pipe.utils.triggermap.main .. py:class:: TriggerMap(name=None, **parameters) Creates a plot to show the number of triggered hits for each DOM. .. !! processed by numpydoc !! .. py:method:: configure() Configure module, like instance variables etc. .. !! processed by numpydoc !! .. py:method:: process(blob) Knead the blob and return it .. !! processed by numpydoc !! .. py:method:: finish() Clean everything up. .. !! processed by numpydoc !! .. py:method:: create_plot() .. py:function:: main()