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
!224
TRD and RICH information, new AT, QA macro
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
TRD and RICH information, new AT, QA macro
pwg-c2f/cbmroot:analysis_tree
into
master
Overview
31
Commits
12
Pipelines
8
Changes
28
Merged
Viktor Klochkov
requested to merge
pwg-c2f/cbmroot:analysis_tree
into
master
4 years ago
Overview
21
Commits
12
Pipelines
8
Changes
28
Expand
Added branches with TRD and RICH information
Added some missing information to existing branches
AnalysisTree and AnalysisTreeQA updated to a newer version
QA macro is added
0
0
Merge request reports
Compare
master
version 7
f603e348
4 years ago
version 6
47794acf
4 years ago
version 5
1dc07283
4 years ago
version 4
0f98f070
4 years ago
version 3
fa043d27
4 years ago
version 2
d461b510
4 years ago
version 1
7da9d89b
4 years ago
master (base)
and
latest version
latest version
9bbce838
12 commits,
4 years ago
version 7
f603e348
11 commits,
4 years ago
version 6
47794acf
10 commits,
4 years ago
version 5
1dc07283
10 commits,
4 years ago
version 4
0f98f070
9 commits,
4 years ago
version 3
fa043d27
8 commits,
4 years ago
version 2
d461b510
7 commits,
4 years ago
version 1
7da9d89b
6 commits,
4 years ago
28 files
+
1063
−
432
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
28
Search (e.g. *.vue) (Ctrl+P)
analysis/common/analysis_tree_converter/CMakeLists.txt
+
3
−
0
Options
@@ -9,6 +9,8 @@ set(SRCS
CbmSimTracksConverter.cxx
CbmPsdModulesConverter.cxx
CbmTofHitsConverter.cxx
CbmTrdTracksConverter.cxx
CbmRichRingsConverter.cxx
)
@@ -23,6 +25,7 @@ Set(INCLUDE_DIRECTORIES
${
CBMROOT_SOURCE_DIR
}
/core/data/sts
${
CBMROOT_SOURCE_DIR
}
/core/data/tof
${
CBMROOT_SOURCE_DIR
}
/core/data/psd
${
CBMROOT_SOURCE_DIR
}
/core/data/trd
${
CBMROOT_SOURCE_DIR
}
/sim/transport/generators
${
CBMROOT_SOURCE_DIR
}
/sim/transport/steer
Loading