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
ac6d0420
Commit
ac6d0420
authored
2 years ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo: segmetnation -> segmentation
parent
45aa4551
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DDCore/include/DD4hep/Segmentations.h
+2
-2
2 additions, 2 deletions
DDCore/include/DD4hep/Segmentations.h
DDCore/src/Segmentations.cpp
+2
-2
2 additions, 2 deletions
DDCore/src/Segmentations.cpp
with
4 additions
and
4 deletions
DDCore/include/DD4hep/Segmentations.h
+
2
−
2
View file @
ac6d0420
...
@@ -70,9 +70,9 @@ namespace dd4hep {
...
@@ -70,9 +70,9 @@ namespace dd4hep {
DDSegmentation
::
Parameters
parameters
()
const
;
DDSegmentation
::
Parameters
parameters
()
const
;
/// Access to parameter by name
/// Access to parameter by name
DDSegmentation
::
Parameter
parameter
(
const
std
::
string
&
parameterName
)
const
;
DDSegmentation
::
Parameter
parameter
(
const
std
::
string
&
parameterName
)
const
;
/// Access the main detector element using this segme
t
nation object
/// Access the main detector element using this segmen
t
ation object
Handle
<
DetElementObject
>
detector
()
const
;
Handle
<
DetElementObject
>
detector
()
const
;
/// Access the sensitive detector using this segme
t
nation object
/// Access the sensitive detector using this segmen
t
ation object
Handle
<
SensitiveDetectorObject
>
sensitive
()
const
;
Handle
<
SensitiveDetectorObject
>
sensitive
()
const
;
/// Access the underlying decoder
/// Access the underlying decoder
const
BitFieldCoder
*
decoder
()
const
;
const
BitFieldCoder
*
decoder
()
const
;
...
...
This diff is collapsed.
Click to expand it.
DDCore/src/Segmentations.cpp
+
2
−
2
View file @
ac6d0420
...
@@ -112,12 +112,12 @@ void Segmentation::setDecoder(const BitFieldCoder* decode) const {
...
@@ -112,12 +112,12 @@ void Segmentation::setDecoder(const BitFieldCoder* decode) const {
access
()
->
segmentation
->
setDecoder
(
decode
);
access
()
->
segmentation
->
setDecoder
(
decode
);
}
}
/// Access the main detector element using this segme
t
nation object
/// Access the main detector element using this segmen
t
ation object
Handle
<
DetElementObject
>
Segmentation
::
detector
()
const
{
Handle
<
DetElementObject
>
Segmentation
::
detector
()
const
{
return
access
()
->
detector
;
return
access
()
->
detector
;
}
}
/// Access the sensitive detector using this segme
t
nation object
/// Access the sensitive detector using this segmen
t
ation object
Handle
<
SensitiveDetectorObject
>
Segmentation
::
sensitive
()
const
{
Handle
<
SensitiveDetectorObject
>
Segmentation
::
sensitive
()
const
{
return
access
()
->
sensitive
;
return
access
()
->
sensitive
;
}
}
...
...
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