Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Commits
66114b02
Commit
66114b02
authored
1 year ago
by
Felix Weiglhofer
Browse files
Options
Downloads
Patches
Plain Diff
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
!1411
algo: Move histogram sending into own class and add flag for server address.
Pipeline
#24925
passed
1 year ago
Stage: build
Stage: package
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/histservs/HowTo.md
+3
-6
3 additions, 6 deletions
docs/histservs/HowTo.md
with
3 additions
and
6 deletions
docs/histservs/HowTo.md
+
3
−
6
View file @
66114b02
...
@@ -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>
```
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment