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
6
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
6
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
854e0124
Prev
Next
Show latest version
6 files
+
284
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
854e0124
Introduce unit tests for CbmDigiEvent and CbmDigiTimeslice. Refs #2261.
· 854e0124
Volker Friese
authored
3 years ago
core/data/base/CbmDigiData.h
+
1
−
0
Options
@@ -9,6 +9,7 @@
#include
"CbmStsDigi.h"
#include
<boost/serialization/access.hpp>
#include
<boost/serialization/vector.hpp>
#include
<vector>
Loading