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
5df71b2d
Commit
5df71b2d
authored
9 months ago
by
Alexandru Bercuci
Browse files
Options
Downloads
Patches
Plain Diff
modify doc style
parent
9c4560a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1863
new unpacker for the trd2d.v06.24 data format
Pipeline
#30046
passed
9 months ago
Stage: package
Stage: verify
Stage: documentation
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/detectors/trd/CbmTrdParSetAsic.h
+2
-2
2 additions, 2 deletions
core/detectors/trd/CbmTrdParSetAsic.h
with
2 additions
and
2 deletions
core/detectors/trd/CbmTrdParSetAsic.h
+
2
−
2
View file @
5df71b2d
...
@@ -39,11 +39,11 @@ public:
...
@@ -39,11 +39,11 @@ public:
/** \brief Search for the module in the setup parameters by equipement id
/** \brief Search for the module in the setup parameters by equipement id
* \param[in] eqid equipment id from HW
* \param[in] eqid equipment id from HW
* \param[out]
c
rob_id index of the ROB (
crob
in legacy mode) on the module
* \param[out] rob_id index of the ROB (
CROB
in legacy mode) on the module
* \param[out] lnk_id index of optical link on the ROB (not used in legacy mode); 0 for down, 1 for up
* \param[out] lnk_id index of optical link on the ROB (not used in legacy mode); 0 for down, 1 for up
* \return module id in the setup
* \return module id in the setup
*/
*/
virtual
int
FindModuleByEqId
(
uint16_t
eqid
,
uint8_t
&
c
rob_id
,
uint8_t
&
lnk_id
)
const
;
virtual
int
FindModuleByEqId
(
uint16_t
eqid
,
uint8_t
&
rob_id
,
uint8_t
&
lnk_id
)
const
;
/** \brief Build the ASICs par for the current module from the info stored in the param file
/** \brief Build the ASICs par for the current module from the info stored in the param file
* It applies to the list of ASICs.
* It applies to the list of ASICs.
* \param module ASICs par (FASP or SPADIC)
* \param module ASICs par (FASP or SPADIC)
...
...
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