Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
0410020d
Commit
0410020d
authored
2 years ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
Detector: swap two docstrings to their correct functions
parent
b4aca829
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDCore/include/DD4hep/Detector.h
+2
-2
2 additions, 2 deletions
DDCore/include/DD4hep/Detector.h
with
2 additions
and
2 deletions
DDCore/include/DD4hep/Detector.h
+
2
−
2
View file @
0410020d
...
@@ -258,9 +258,9 @@ namespace dd4hep {
...
@@ -258,9 +258,9 @@ namespace dd4hep {
virtual
Readout
readout
(
const
std
::
string
&
name
)
const
=
0
;
virtual
Readout
readout
(
const
std
::
string
&
name
)
const
=
0
;
/// Retrieve a sensitive detector by it's name from the detector description
/// Retrieve a sensitive detector by it's name from the detector description
virtual
SensitiveDetector
sensitiveDetector
(
const
std
::
string
&
name
)
const
=
0
;
virtual
SensitiveDetector
sensitiveDetector
(
const
std
::
string
&
name
)
const
=
0
;
/// Retrieve a subdetector element by it's name from the detector description
virtual
CartesianField
field
(
const
std
::
string
&
name
)
const
=
0
;
/// Retrieve a field component by it's name from the detector description
/// Retrieve a field component by it's name from the detector description
virtual
CartesianField
field
(
const
std
::
string
&
name
)
const
=
0
;
/// Retrieve a subdetector element by it's name from the detector description
virtual
DetElement
detector
(
const
std
::
string
&
name
)
const
=
0
;
virtual
DetElement
detector
(
const
std
::
string
&
name
)
const
=
0
;
/// Add a new constant to the detector description
/// Add a new constant to the detector description
...
...
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