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
c5766b71
Commit
c5766b71
authored
1 year ago
by
Felix Weiglhofer
Browse files
Options
Downloads
Patches
Plain Diff
algo: Add comments to RICH unpacker.
parent
e2949f09
No related branches found
No related tags found
1 merge request
!1352
algo: Unpack RICH in parallel.
Pipeline
#24494
passed
1 year ago
Stage: documentation
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
algo/detectors/rich/Unpack.h
+7
-0
7 additions, 0 deletions
algo/detectors/rich/Unpack.h
with
7 additions
and
0 deletions
algo/detectors/rich/Unpack.h
+
7
−
0
View file @
c5766b71
...
@@ -133,6 +133,13 @@ namespace cbm::algo::rich
...
@@ -133,6 +133,13 @@ namespace cbm::algo::rich
u64
cbmTimePacket
=
0
;
u64
cbmTimePacket
=
0
;
u64
refTime
=
0
;
u64
refTime
=
0
;
// FIXME: Magic number, should be named.
//
// Comment from RICH expert (Martin Beyer):
// > This number will also be valid for the Cbm Rich, 1 Rich backplane contains max. 12 DiRICHes.
// > For the Cbm Rich the number of backplanes will be scaled
// > up. Nevertheless it is very likely that fewer DiRiches(maybe not constant)
// > per backplane are used in the day1 setup.
double
prevLastCh0ReTime
[
13
];
// 12 DiRICHes chnl0 + 1 CTS chnl0
double
prevLastCh0ReTime
[
13
];
// 12 DiRICHes chnl0 + 1 CTS chnl0
double
mbsCorr
=
0.
;
double
mbsCorr
=
0.
;
...
...
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