km3pipe.utils.triggermap

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.

Module Contents

Classes

TriggerMap

Creates a plot to show the number of triggered hits for each DOM.

Functions

main()

class km3pipe.utils.triggermap.TriggerMap(name=None, **parameters)[source]

Creates a plot to show the number of triggered hits for each DOM.

configure()[source]

Configure module, like instance variables etc.

process(blob)[source]

Knead the blob and return it

finish()[source]

Clean everything up.

create_plot()[source]
km3pipe.utils.triggermap.main()[source]