km3pipe.utils.triggermap

This script creates histogram which shows the trigger contribution for events.

Usage:
triggermap [-d DET_ID -p PLOT_FILENAME -u DU] FILENAME triggermap –version
Option:
FILENAME Name of the input file. -u DU Only plot for the given DU. -d DET_ID Detector ID [default: 29]. -p PLOT_FILENAME The filename of the plot [default: trigger_map.png]. -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[source]

Bases:km3pipe.Module

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

configure(self)[source]
process(self, blob)[source]
finish(self)[source]
create_plot(self)[source]
km3pipe.utils.triggermap.main()[source]