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
!1228
Rebasing MR1179
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Rebasing MR1179
a.bercuci/cbmroot:rebase_FEEmask
into
master
Overview
14
Commits
21
Pipelines
3
Changes
2
All threads resolved!
Hide all comments
Merged
Alexandru Bercuci
requested to merge
a.bercuci/cbmroot:rebase_FEEmask
into
master
1 year ago
Overview
14
Commits
21
Pipelines
3
Changes
2
All threads resolved!
Hide all comments
Expand
Used to rebase the changes introduced through
!1179 (closed)
0
0
Merge request reports
Viewing commit
16065ced
Prev
Next
Show latest version
2 files
+
0
−
26
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
16065ced
remove external mapping correction of FASP to pad wrt default distribution
· 16065ced
Alexandru Bercuci
authored
1 year ago
MQ/mcbm/CbmDeviceUnpack.cxx
+
0
−
13
Options
@@ -334,23 +334,10 @@ Bool_t CbmDeviceUnpack::InitContainers()
crob_map
[
i
]
=
crob_map21
[
i
];
}
else
if
(
fuRunId
>=
2335
)
{
const
size_t
nfasp0
=
72
;
const
size_t
nfasps
=
36
;
uint8_t
map22
[]
=
{
84
,
85
,
86
,
87
,
88
,
89
,
// FEB14/0xffc1
90
,
91
,
92
,
93
,
94
,
95
,
// FEB17/0xffc1
96
,
97
,
98
,
99
,
100
,
101
,
// FEB18/0xffc1
102
,
103
,
104
,
105
,
106
,
107
,
// FEB16/0xffc1
72
,
73
,
74
,
75
,
76
,
77
,
// FEB9/0xffc1
78
,
79
,
80
,
81
,
82
,
83
// FEB8/0xffc1
};
for
(
uint32_t
i
(
0
);
i
<
nfasps
;
i
++
)
map
[
i
+
nfasp0
]
=
map22
[
i
];
uint16_t
crob_map22
[]
=
{
0xffc2
,
0xffc5
,
0xffc1
,
0
,
0
};
for
(
uint32_t
i
(
0
);
i
<
NCROBMOD
;
i
++
)
crob_map
[
i
]
=
crob_map22
[
i
];
}
trdfasp2dconfig
->
SetFaspMapping
(
5
,
map
);
trdfasp2dconfig
->
SetCrobMapping
(
5
,
crob_map
);
std
::
string
parfilesbasepathTrdfasp2d
=
Form
(
"%s/parameters/trd"
,
srcDir
.
Data
());
trdfasp2dconfig
->
SetParFilesBasePath
(
parfilesbasepathTrdfasp2d
);
Loading