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
!880
Changes from mCBM 2022 prod to mCBM macros and parameters
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Changes from mCBM 2022 prod to mCBM macros and parameters
mcbm/cbmroot:mr_macros_par
into
master
Overview
3
Commits
18
Pipelines
4
Changes
98
Merged
Pierre-Alain Loizeau
requested to merge
mcbm/cbmroot:mr_macros_par
into
master
2 years ago
Overview
3
Commits
18
Pipelines
4
Changes
98
Expand
Follow-up MR of
!879 (merged)
Edited
2 years ago
by
Pierre-Alain Loizeau
1
0
Merge request reports
Compare
master
version 11
7fbae809
2 years ago
version 10
7fbae809
2 years ago
version 9
7fbae809
2 years ago
version 8
7fbae809
2 years ago
version 7
7fbae809
2 years ago
version 6
46f7b040
2 years ago
version 5
46f7b040
2 years ago
version 4
46f7b040
2 years ago
version 3
7c9c2b90
2 years ago
version 2
7c9c2b90
2 years ago
version 1
7ac62c94
2 years ago
master (base)
and
latest version
latest version
7fbae809
18 commits,
2 years ago
version 11
7fbae809
19 commits,
2 years ago
version 10
7fbae809
20 commits,
2 years ago
version 9
7fbae809
25 commits,
2 years ago
version 8
7fbae809
27 commits,
2 years ago
version 7
7fbae809
28 commits,
2 years ago
version 6
46f7b040
31 commits,
2 years ago
version 5
46f7b040
38 commits,
2 years ago
version 4
46f7b040
43 commits,
2 years ago
version 3
7c9c2b90
41 commits,
2 years ago
version 2
7c9c2b90
44 commits,
2 years ago
version 1
7ac62c94
44 commits,
2 years ago
98 files
+
14073
−
2846
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
98
Search (e.g. *.vue) (Ctrl+P)
macro/beamtime/mcbm2021/CMakeLists.txt
+
11
−
3
Options
Install
(
FILES mMuchPar.par mPsdPar.par mRichPar.par mRichPar_70.par mStsPar.par mT0Par.par mTofPar.par mTofCriPar.par
# ROOT macros, par files, documentation files, bash scripts
mTofPar2Stack.par mTofPar2.par mTofParMay.par
Install
(
DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
DESTINATION share/cbmroot/macro/beamtime/mcbm2021/
DESTINATION share/cbmroot/macro/beamtime
FILES_MATCHING PATTERN
"*.C"
PATTERN
"*.par"
PATTERN
"*.sh"
)
)
# Just the empty folder for output
Install
(
DIRECTORY data
DESTINATION share/cbmroot/macro/beamtime/mcbm2021
PATTERN
"*"
EXCLUDE
)
Loading