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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Merge requests
!1999
reco_mcbm.sh and KFPF lambda in mCBM:
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
reco_mcbm.sh and KFPF lambda in mCBM:
s.zharko/cbmroot:kfp-lambda-offline
into
master
Overview
5
Commits
3
Pipelines
11
Changes
20
Merged
Sergei Zharko
requested to merge
s.zharko/cbmroot:kfp-lambda-offline
into
master
10 months ago
Overview
4
Commits
3
Pipelines
11
Changes
20
reco_mcbm.sh: New options (separate directory for different steps, lambda in mCBM, retrieving a tsa file name from and index list)
reco_mcbm_job.sh: Settings to run reco_mcbm.sh from the box on virgo (vs. runID and jobID)
cbm::kfp::V0FinderTask: minor bug fixes
0
0
Merge request reports
Compare
master
version 10
e8a58830
10 months ago
version 9
11fb9468
10 months ago
version 8
2cb87999
10 months ago
version 7
06f7a997
10 months ago
version 6
2b304bbb
10 months ago
version 5
0d71c998
10 months ago
version 4
696cca4d
10 months ago
version 3
718aa74a
10 months ago
version 2
dfdeff41
10 months ago
version 1
7d7e88e1
10 months ago
master (base)
and
latest version
latest version
732d1477
3 commits,
9 months ago
version 10
e8a58830
3 commits,
10 months ago
version 9
11fb9468
2 commits,
10 months ago
version 8
2cb87999
2 commits,
10 months ago
version 7
06f7a997
2 commits,
10 months ago
version 6
2b304bbb
2 commits,
10 months ago
version 5
0d71c998
2 commits,
10 months ago
version 4
696cca4d
2 commits,
10 months ago
version 3
718aa74a
1 commit,
10 months ago
version 2
dfdeff41
1 commit,
10 months ago
version 1
7d7e88e1
1 commit,
10 months ago
20 files
+
822
−
64
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
core/data/CMakeLists.txt
+
1
−
0
View file @ 732d1477
Edit in single-file editor
Open in Web IDE
Show full file
@@ -23,6 +23,7 @@ set(SRCS
CbmAddress.cxx
CbmTimeSlice.cxx
CbmEvent.cxx
CbmEventTriggers.cxx
CbmEventStore.cxx
CbmHit.cxx
CbmPixelHit.cxx
Loading