Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Allen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LHCb
Allen
Merge requests
!117
WIP: gpu muon raw to hits
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: gpu muon raw to hits
plyushchenko-gpu-muon-raw-to-hits
into
plyushchenko-muon-table-reading
Overview
3
Commits
12
Pipelines
0
Changes
29
Closed
Daniil Pliushchenko
requested to merge
plyushchenko-gpu-muon-raw-to-hits
into
plyushchenko-muon-table-reading
5 years ago
Overview
3
Commits
12
Pipelines
0
Changes
29
Expand
0
0
Merge request reports
Compare
plyushchenko-muon-table-reading
version 5
234bc944
5 years ago
version 4
f8fe3849
5 years ago
version 3
6577b584
5 years ago
version 2
64d11e57
5 years ago
version 1
4a52690a
5 years ago
plyushchenko-muon-table-reading (base)
and
latest version
latest version
8ea4fb20
12 commits,
5 years ago
version 5
234bc944
11 commits,
5 years ago
version 4
f8fe3849
10 commits,
5 years ago
version 3
6577b584
9 commits,
5 years ago
version 2
64d11e57
8 commits,
5 years ago
version 1
4a52690a
1 commit,
5 years ago
29 files
+
1143
−
1010
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
29
Search (e.g. *.vue) (Ctrl+P)
configuration/sequences/DefaultSequence.h
+
3
−
18
Options
@@ -51,21 +51,6 @@ SEQUENCE_T(
copy_scifi_track_hit_number_t
,
prefix_sum_scifi_track_hit_number_t
,
consolidate_scifi_tracks_t
,
kalman_filter_t
,
muon_decoding_t
,
is_muon_t
,
muon_catboost_features_extraction_t
,
muon_catboost_evaluator_t
)
/*
I had this conflict
<<<<<<< HEAD
kalman_filter_t,
muon_decoding_t,
is_muon_t,
muon_catboost_features_extraction_t,
muon_catboost_evaluator_t)
=======
kalman_velo_only_t,)
>>>>>>> master
*/
\ No newline at end of file
kalman_velo_only_t
,
muon_decoding_t
)
Loading