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
1fc7ac3d
Commit
1fc7ac3d
authored
6 months ago
by
Sergei Zharko
Committed by
Sergei Zharko
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Tracking detector interfaces: replacement of virtual getters override with the vector access
parent
05b96876
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1917
Update of tracking detector interfaces
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/base/CbmTrackingDetectorInterfaceBase.cxx
+0
-13
0 additions, 13 deletions
core/base/CbmTrackingDetectorInterfaceBase.cxx
with
0 additions
and
13 deletions
core/base/CbmTrackingDetectorInterfaceBase.cxx
+
0
−
13
View file @
1fc7ac3d
...
...
@@ -125,19 +125,6 @@ std::string CbmTrackingDetectorInterfaceBase::ToString() const
table
<<
setw
(
10
)
<<
IsTimeInfoProvided
(
iSt
)
<<
' '
;
table
<<
'\n'
;
}
table
<<
"--------------
\n
"
;
for
(
int
iSt
=
0
;
iSt
<
GetNtrackingStations
();
++
iSt
)
{
table
<<
setw
(
5
)
<<
iSt
<<
' '
;
table
<<
setw
(
10
)
<<
fvStations
[
iSt
].
fZref
<<
' '
;
table
<<
setw
(
10
)
<<
fvStations
[
iSt
].
fZmin
<<
' '
;
table
<<
setw
(
10
)
<<
fvStations
[
iSt
].
fZmax
<<
' '
;
table
<<
setw
(
10
)
<<
fvStations
[
iSt
].
fXmin
<<
' '
;
table
<<
setw
(
10
)
<<
fvStations
[
iSt
].
fXmax
<<
' '
;
table
<<
setw
(
10
)
<<
fvStations
[
iSt
].
fYmin
<<
' '
;
table
<<
setw
(
10
)
<<
fvStations
[
iSt
].
fYmax
<<
' '
;
table
<<
setw
(
10
)
<<
IsTimeInfoProvided
(
iSt
)
<<
' '
;
table
<<
'\n'
;
}
return
table
.
str
();
}
...
...
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