ring2graw

Name

ring2graw -- Transform NSCLDAQ GET ring items to GET Raw data

Synopsis

ring2graw [ring-data-URI]

DESCRIPTION

This filter selects PHYSICS_EVENT items from the input URI and output the bodies of those items (bodies don't include body headers) to stdout. This is all that's needed to transform NSCLDAQ GET data to GET graw format.

One can that pipe this command to some tool that knows graw format or redirect the output to another file e.g.:


ring2graw tcp://spdaq08/get >data.graw
            

SHORTCOMINGS