Skip to content
Snippets Groups Projects
Commit 66114b02 authored by Felix Weiglhofer's avatar Felix Weiglhofer
Browse files

algo: Move histogram sending into own class and add flag for server address.

parent 07b34cb4
No related branches found
No related tags found
1 merge request!1411algo: Move histogram sending into own class and add flag for server address.
Pipeline #24925 passed
...@@ -139,11 +139,8 @@ For an example of this, please have a look at `algo/qa/DigiEventQa` and `algo/ev ...@@ -139,11 +139,8 @@ For an example of this, please have a look at `algo/qa/DigiEventQa` and `algo/ev
### Usage with the `cbmreco` binary ### Usage with the `cbmreco` binary
1. Controlling the histogram emission behavior in `cbmreco` binary \ 1. Start the server exactly as in the tested app example
Comment/Uncomment one of the two lines defining `fHistComChan` in `algo/evbuild/EventbuildChain.h` then recompile.\ 2. Start `cbmreco` as with `--histogram <address>`
=> An empty string disables the histogram emission
2. Start the server exactly as in the tested app example
3. Start `cbmreco` as usual (no CLI option/parameter for this feature for now)
``` ```
./cbmreco -p <path to algo params> -i <file://path-to-tsa-file or tcp://url-of-ts-server> --steps Unpack DigiTrigger Localreco ./cbmreco -p <path to algo params> -i <file://path-to-tsa-file or tcp://url-of-ts-server> --steps Unpack DigiTrigger Localreco --histogram <address>
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment