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
76a4a688
Commit
76a4a688
authored
2 years ago
by
Pierre-Alain Loizeau
Browse files
Options
Downloads
Patches
Plain Diff
[mCBM] Install all par files, macros and scripts for 2021 and 2022
parent
d890cd35
Loading
Loading
1 merge request
!880
Changes from mCBM 2022 prod to mCBM macros and parameters
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
macro/beamtime/CMakeLists.txt
+3
-1
3 additions, 1 deletion
macro/beamtime/CMakeLists.txt
macro/beamtime/mcbm2021/CMakeLists.txt
+11
-3
11 additions, 3 deletions
macro/beamtime/mcbm2021/CMakeLists.txt
macro/beamtime/mcbm2022/CMakeLists.txt
+19
-0
19 additions, 0 deletions
macro/beamtime/mcbm2022/CMakeLists.txt
with
33 additions
and
4 deletions
macro/beamtime/CMakeLists.txt
+
3
−
1
View file @
76a4a688
#--- Installation only
#--- Installation only
# mCBM 202
0
1: install parameter files to allow execution of unpacking on Virgo/Lustre
# mCBM 2021: install parameter files to allow execution of unpacking on Virgo/Lustre
add_subdirectory
(
mcbm2021
)
add_subdirectory
(
mcbm2021
)
# mCBM 2022: install parameter files + macro + online scripts to allow execution of unpacking on mFLES
add_subdirectory
(
mcbm2022
)
################################################################################
################################################################################
#--- Deprecated (not running)
#--- Deprecated (not running)
...
...
This diff is collapsed.
Click to expand it.
macro/beamtime/mcbm2021/CMakeLists.txt
+
11
−
3
View file @
76a4a688
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
)
This diff is collapsed.
Click to expand it.
macro/beamtime/mcbm2022/CMakeLists.txt
0 → 100644
+
19
−
0
View file @
76a4a688
# ROOT macros, par files, documentation files, bash scripts
Install
(
DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
DESTINATION share/cbmroot/macro/beamtime
FILES_MATCHING PATTERN
"*.C"
PATTERN
"*.par"
PATTERN
"*.md"
PATTERN
"*.sh"
)
# RICH calibration file, resolve symlink to get the full file
get_filename_component
(
_resolvedRichFile
${
CMAKE_CURRENT_SOURCE_DIR
}
/icd_offset_it_0.data REALPATH
)
Install
(
FILES
${
_resolvedRichFile
}
DESTINATION share/cbmroot/macro/beamtime/mcbm2022
)
# Just the empty folder for output
Install
(
DIRECTORY data
DESTINATION share/cbmroot/macro/beamtime/mcbm2022
PATTERN
"*"
EXCLUDE
)
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