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
b76a40a9
Commit
b76a40a9
authored
4 years ago
by
Norbert Herrmann
Committed by
Florian Uhlig
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add timimg reference counter
parent
f0eb6a66
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!138
Final merge
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MQ/unpacker/runUnpackTofMcbm2018.cxx
+21
-3
21 additions, 3 deletions
MQ/unpacker/runUnpackTofMcbm2018.cxx
with
21 additions
and
3 deletions
MQ/unpacker/runUnpackTofMcbm2018.cxx
+
21
−
3
View file @
b76a40a9
...
...
@@ -17,6 +17,9 @@ void addCustomOptions(bpo::options_description& options) {
options
.
add_options
()(
"ReqTint"
,
bpo
::
value
<
uint64_t
>
()
->
default_value
(
100
),
"Time intervall length in ns"
);
options
.
add_options
()
(
"ReqBeam"
,
bpo
::
value
<
uint64_t
>
()
->
default_value
(
-
1
),
"Mandatory beam counter in event"
);
options
.
add_options
()(
"PulserMode"
,
bpo
::
value
<
int64_t
>
()
->
default_value
(
0
),
"Choose pulser configuration"
);
...
...
@@ -26,9 +29,24 @@ void addCustomOptions(bpo::options_description& options) {
options
.
add_options
()(
"PulTotMin"
,
bpo
::
value
<
uint64_t
>
()
->
default_value
(
0
),
"Min pulser TimeOverThreshold"
);
options
.
add_options
()(
"TShiftRef"
,
bpo
::
value
<
double_t
>
()
->
default_value
(
0.
),
"Time shift of reference counter to match digis"
);
options
.
add_options
()
(
"PulTotMax"
,
bpo
::
value
<
uint64_t
>
()
->
default_value
(
1000
),
"Max pulser TimeOverThreshold"
);
options
.
add_options
()
(
"ToffTof"
,
bpo
::
value
<
double_t
>
()
->
default_value
(
0.
),
"Time offset of Tof digis with respect to T0"
);
options
.
add_options
()(
"RefModType"
,
bpo
::
value
<
int64_t
>
()
->
default_value
(
5
),
"Module type of reference counter"
);
options
.
add_options
()(
"RefModId"
,
bpo
::
value
<
int64_t
>
()
->
default_value
(
0
),
"Module Id of reference counter"
);
options
.
add_options
()(
"RefCtrType"
,
bpo
::
value
<
int64_t
>
()
->
default_value
(
4
),
"Counter type of reference counter"
);
options
.
add_options
()(
"RefCtrId"
,
bpo
::
value
<
int64_t
>
()
->
default_value
(
0
),
"Counter Id of reference counter"
);
options
.
add_options
()(
"MaxAsicInactive"
,
bpo
::
value
<
uint64_t
>
()
->
default_value
(
0
),
"Max number of disabled ASICs"
);
...
...
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