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
a3931a56
Commit
a3931a56
authored
10 years ago
by
Markus Frank
Browse files
Options
Downloads
Patches
Plain Diff
Fix unitialized variable
parent
45b82572
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/src/SurfaceInstaller.cpp
+1
-1
1 addition, 1 deletion
DDCore/src/SurfaceInstaller.cpp
DDDetectors/compact/SiD_Markus.xml
+1
-0
1 addition, 0 deletions
DDDetectors/compact/SiD_Markus.xml
with
2 additions
and
1 deletion
DDCore/src/SurfaceInstaller.cpp
+
1
−
1
View file @
a3931a56
...
...
@@ -23,7 +23,7 @@ typedef DetElement::Children _C;
/// Initializing constructor
SurfaceInstaller
::
SurfaceInstaller
(
LCDD
&
lcdd
,
int
argc
,
char
**
argv
)
:
m_lcdd
(
lcdd
),
m_det
()
:
m_lcdd
(
lcdd
),
m_det
()
,
m_stopScanning
(
false
)
{
if
(
argc
>
0
)
{
string
det_name
=
argv
[
0
];
...
...
This diff is collapsed.
Click to expand it.
DDDetectors/compact/SiD_Markus.xml
+
1
−
0
View file @
a3931a56
...
...
@@ -235,6 +235,7 @@
<plugins>
<plugin
name=
"DD4hep_SiTrackerBarrelSurfacePlugin"
>
<argument
value=
"SiTrackerBarrel"
/>
<argument
value=
"dimension=1"
/>
</plugin>
<plugin
name=
"DD4hep_SurfaceExamplePlugin"
>
<argument
value=
"SiTrackerBarrel"
/>
...
...
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