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
2cd24535
Commit
2cd24535
authored
1 year ago
by
Volker Friese
Browse files
Options
Downloads
Patches
Plain Diff
Fix bug in event selector
parent
394a064d
No related branches found
No related tags found
1 merge request
!1240
Added event selector to CbmReco and its YAML configuration
Pipeline
#23202
passed
1 year ago
Stage: documentation
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
algo/evselector/DigiEventSelector.cxx
+1
-1
1 addition, 1 deletion
algo/evselector/DigiEventSelector.cxx
with
1 addition
and
1 deletion
algo/evselector/DigiEventSelector.cxx
+
1
−
1
View file @
2cd24535
...
@@ -25,7 +25,7 @@ namespace cbm::algo
...
@@ -25,7 +25,7 @@ namespace cbm::algo
//This requires consequtive addresses for modules and stations.
//This requires consequtive addresses for modules and stations.
// --- Digi number in BMON
// --- Digi number in BMON
if
(
!
(
event
.
fData
.
fT0
.
fDigis
.
size
()
>
fParams
.
fMinNumDigisBmon
))
return
false
;
if
(
!
(
event
.
fData
.
fT0
.
fDigis
.
size
()
>
=
fParams
.
fMinNumDigisBmon
))
return
false
;
// --- Number of STS stations
// --- Number of STS stations
if
(
0
<
fParams
.
fStsMinStations
)
{
if
(
0
<
fParams
.
fStsMinStations
)
{
...
...
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