km3pipe.utils.daqsample

Take samples from a given DAQ ControlHost stream.

Usage:

daqsample [options] TAG OUTFILE daqsample (-h | –help) daqsample –version

Options:

TAG ControlHost TAG (e.g. IO_EVT). OUTFILE Filename of the dump file. -i LIGIER_IP IP of the Ligier [default: 127.0.0.1]. -p LIGIER_PORT Port of the Ligier [default: 5553]. -n SAMPLES Number of samples [default: 1]. -h –help Show this screen.

Module Contents

Classes

Dumper

The module which can be attached to the pipeline

Functions

main()

class km3pipe.utils.daqsample.Dumper(name=None, **parameters)[source]

The module which can be attached to the pipeline

configure()[source]

Configure module, like instance variables etc.

process(blob)[source]

Knead the blob and return it

finish()[source]

Clean everything up.

km3pipe.utils.daqsample.main()[source]