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
!536
Introduce data containers for event and time slice digis. Refs
#2261
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Introduce data containers for event and time slice digis. Refs
#2261
v.friese/cbmroot:digidata
into
master
Overview
24
Commits
3
Pipelines
6
Changes
12
All threads resolved!
Hide all comments
Merged
Volker Friese
requested to merge
v.friese/cbmroot:digidata
into
master
3 years ago
Overview
24
Commits
3
Pipelines
6
Changes
12
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 5
46a82efe
3 years ago
version 4
a26e445d
3 years ago
version 3
7995dced
3 years ago
version 2
e4db3a0c
3 years ago
version 1
0e056fb4
3 years ago
master (base)
and
latest version
latest version
854e0124
3 commits,
3 years ago
version 5
46a82efe
3 commits,
3 years ago
version 4
a26e445d
3 commits,
3 years ago
version 3
7995dced
2 commits,
3 years ago
version 2
e4db3a0c
1 commit,
3 years ago
version 1
0e056fb4
1 commit,
3 years ago
12 files
+
463
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
algo/data/CMakeLists.txt
+
4
−
1
Options
@@ -4,13 +4,16 @@
set
(
SRCS
${
CMAKE_SOURCE_DIR
}
/core/data/sts/CbmStsDigi.cxx
)
)
add_library
(
OnlineData SHARED
${
SRCS
}
)
target_include_directories
(
OnlineData
PUBLIC
${
CMAKE_SOURCE_DIR
}
/core/data
PUBLIC
${
CMAKE_SOURCE_DIR
}
/core/data/base
PUBLIC
${
CMAKE_SOURCE_DIR
}
/core/data/sts
PUBLIC
${
CMAKE_SOURCE_DIR
}
/core/data/global
PUBLIC
${
CMAKE_SOURCE_DIR
}
/external/ipc/ipc/lib/fles_ipc
)
target_include_directories
(
OnlineData SYSTEM
Loading