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
Merged
Alexandru Bercuci
requested to merge
a.bercuci/cbmroot:rebase_FEEmask
into
master
1 year ago
Overview
14
Commits
21
Pipelines
3
Changes
2
Expand
Used to rebase the changes introduced through
!1179 (closed)
0
0
Merge request reports
Viewing commit
3cc45316
Prev
Next
Show latest version
2 files
+
16
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
3cc45316
clang format and documentation
· 3cc45316
Alexandru Bercuci
authored
1 year ago
core/detectors/trd/CbmTrdParFasp.cxx
+
3
−
3
Options
@@ -39,10 +39,10 @@ const CbmTrdParFaspChannel* CbmTrdParFasp::GetChannel(Int_t ch_address) const
}
//___________________________________________________________________
bool
CbmTrdParFasp
::
IsChannelMasked
(
int
ch
_address
)
const
bool
CbmTrdParFasp
::
IsChannelMasked
(
int
ch
Id
)
const
{
if
(
ch
_address
<
0
||
ch
_address
>=
NFASPCH
)
return
false
;
return
fCalib
[
ch
_address
].
IsMasked
();
if
(
ch
Id
<
0
||
ch
Id
>=
NFASPCH
)
return
false
;
return
fCalib
[
ch
Id
].
IsMasked
();
}
//___________________________________________________________________
Loading