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
!1732
[Online] Select STS walk and TRD setup files based on run id
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[Online] Select STS walk and TRD setup files based on run id
p.-a.loizeau/cbmroot:update_online_unpack_par
into
master
Overview
1
Commits
3
Pipelines
2
Changes
4
Merged
Pierre-Alain Loizeau
requested to merge
p.-a.loizeau/cbmroot:update_online_unpack_par
into
master
1 year ago
Overview
1
Commits
3
Pipelines
2
Changes
4
Expand
Will need
update of
CbmSoft/cbmroot_parameter!160 (merged)
merging of both
CbmSoft/cbmroot_parameter!160 (merged)
and
CbmSoft/cbmroot_parameter!162 (merged)
Introduction of an hash bumping commit
0
0
Merge request reports
Compare
master
version 1
0251d119
1 year ago
master (base)
and
latest version
latest version
b5b0110c
3 commits,
1 year ago
version 1
0251d119
1 commit,
1 year ago
4 files
+
8
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
algo/detectors/tof/config/ReadoutPars_mCBM2024.cxx
+
1
−
1
Options
@@ -30,7 +30,7 @@ ReadoutPars ReadoutPars::MakeMCBM2024()
const
int32_t
rpcType
[
NumCrob
]
=
{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
2
,
2
,
9
,
9
,
6
};
// side of Rpcs connected to Gbtx link, i.e. 0 or 1
const
int32_t
rpcSide
[
NumCrob
]
=
{
0
,
1
,
0
,
1
,
0
,
1
,
0
,
1
,
0
,
1
,
0
,
1
,
2
,
2
,
3
};
const
int32_t
rpcSide
[
NumCrob
]
=
{
0
,
1
,
0
,
1
,
0
,
1
,
0
,
1
,
0
,
1
,
0
,
1
,
0
,
0
,
3
};
// number of Rpcs connected to Gbtx link, i.e. 3 or 5
const
int32_t
numRpc
[
NumCrob
]
=
{
5
,
5
,
5
,
5
,
5
,
5
,
5
,
5
,
5
,
5
,
5
,
5
,
2
,
2
,
5
};
Loading