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
0a9e1237
Commit
0a9e1237
authored
3 years ago
by
Volker Friese
Committed by
Jan de Cuveland
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added missing class StsXyterMessage to library OnlineData.
parent
5d675a0f
No related branches found
No related tags found
1 merge request
!750
Initial version of STS unpacker algo plus integration by task. Refs #2268. Refs #2272.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
algo/data/CMakeLists.txt
+3
-1
3 additions, 1 deletion
algo/data/CMakeLists.txt
with
3 additions
and
1 deletion
algo/data/CMakeLists.txt
+
3
−
1
View file @
0a9e1237
...
...
@@ -21,9 +21,10 @@ set(SRCS
${
CMAKE_SOURCE_DIR
}
/core/data/tof/CbmTofDetectorId.cxx
${
CMAKE_SOURCE_DIR
}
/core/data/tof/CbmTofDetectorId_v12b.cxx
${
CMAKE_SOURCE_DIR
}
/core/data/psd/CbmPsdDigi.cxx
${
CMAKE_SOURCE_DIR
}
/core/data/psd/CbmPsdAddress.cxx
${
CMAKE_SOURCE_DIR
}
/core/data/raw/StsXyterMessage.cxx
)
add_library
(
OnlineData SHARED
${
SRCS
}
)
...
...
@@ -38,6 +39,7 @@ target_include_directories(OnlineData
PUBLIC
${
CMAKE_SOURCE_DIR
}
/core/data/tof
PUBLIC
${
CMAKE_SOURCE_DIR
}
/core/data/psd
PUBLIC
${
CMAKE_SOURCE_DIR
}
/core/data/global
PUBLIC
${
CMAKE_SOURCE_DIR
}
/core/data/raw
PUBLIC
${
CMAKE_SOURCE_DIR
}
/external/ipc/ipc/lib/fles_ipc
)
...
...
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