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
Merge requests
!2035
Offline data reconstruction/simulation chain updates for Beamtime-2025_02
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Offline data reconstruction/simulation chain updates for Beamtime-2025_02
s.zharko/cbmroot:beamtime2025-offline-reco
into
master
Overview
14
Commits
9
Pipelines
21
Changes
22
Merged
Sergei Zharko
requested to merge
s.zharko/cbmroot:beamtime2025-offline-reco
into
master
2 months ago
Overview
14
Commits
9
Pipelines
21
Changes
22
Expand
Reconstruction and simulation chain updates
0
0
Merge request reports
Compare
master
version 19
92b89202
1 month ago
version 18
9aea2d55
1 month ago
version 17
9e20ef5c
1 month ago
version 16
040d6810
1 month ago
version 15
a7506a4c
1 month ago
version 14
a38aa381
1 month ago
version 13
8764d981
1 month ago
version 12
3c182384
1 month ago
version 11
97db63b7
1 month ago
version 10
d4e0f5f2
1 month ago
version 9
f094729c
2 months ago
version 8
315c0bc8
2 months ago
version 7
2fce8aa5
2 months ago
version 6
c7aa6844
2 months ago
version 5
b7b30b50
2 months ago
version 4
650d947b
2 months ago
version 3
0a26281e
2 months ago
version 2
d4877e95
2 months ago
version 1
5fd72e01
2 months ago
master (base)
and
latest version
latest version
420f38dc
9 commits,
2 weeks ago
version 19
92b89202
9 commits,
1 month ago
version 18
9aea2d55
9 commits,
1 month ago
version 17
9e20ef5c
7 commits,
1 month ago
version 16
040d6810
7 commits,
1 month ago
version 15
a7506a4c
9 commits,
1 month ago
version 14
a38aa381
9 commits,
1 month ago
version 13
8764d981
8 commits,
1 month ago
version 12
3c182384
7 commits,
1 month ago
version 11
97db63b7
5 commits,
1 month ago
version 10
d4e0f5f2
4 commits,
1 month ago
version 9
f094729c
4 commits,
2 months ago
version 8
315c0bc8
4 commits,
2 months ago
version 7
2fce8aa5
4 commits,
2 months ago
version 6
c7aa6844
4 commits,
2 months ago
version 5
b7b30b50
3 commits,
2 months ago
version 4
650d947b
3 commits,
2 months ago
version 3
0a26281e
3 commits,
2 months ago
version 2
d4877e95
2 commits,
2 months ago
version 1
5fd72e01
1 commit,
2 months ago
22 files
+
1121
−
27
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
22
Search (e.g. *.vue) (Ctrl+P)
algo/ca/core/tracking/CaTrackFinder.cxx
+
1
−
1
Options
@@ -71,7 +71,7 @@ namespace cbm::algo::ca
Vector
<
ca
::
HitIndex_t
>&
recoHits
=
output
.
second
;
//packed hits of reconstructed tracks
if
(
input
.
GetNhits
()
<
1
)
{
LOG
(
warn
)
<<
"No hits were passed to the ca::TrackFinder. Stopping the routine"
;
LOG
(
debug
)
<<
"No hits were passed to the ca::TrackFinder. Stopping the routine"
;
return
output
;
}
Loading