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
aebeb124
Commit
aebeb124
authored
12 years ago
by
Markus Frank
Browse files
Options
Downloads
Patches
Plain Diff
Move to Geant4 like placement model. IMPORTANT: Read doc/release.notes
parent
a26f69d1
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
DDExamples/ILDExDet/src/compact/AhcalBarrelCalorimeter_geo.cpp
+1
-1
1 addition, 1 deletion
...mples/ILDExDet/src/compact/AhcalBarrelCalorimeter_geo.cpp
with
1 addition
and
1 deletion
DDExamples/ILDExDet/src/compact/AhcalBarrelCalorimeter_geo.cpp
+
1
−
1
View file @
aebeb124
...
...
@@ -72,7 +72,7 @@ static Ref_t create_detector(LCDD& lcdd, xml_h element, SensitiveDetector sens)
// ==========================================================================
// Hcal Barrel module shapers
PolyhedraRegular
polyhedra_shaper
(
"polyhedra"
,
numSides
+
1
,
Hcal_inner_radius
,
Hcal_module_radius
,
detZ
*
2
);
PolyhedraRegular
polyhedra_shaper
(
"polyhedra"
,
numSides
,
Hcal_inner_radius
,
Hcal_module_radius
,
detZ
*
2
);
Tube
tube_shaper
(
0.0
,
Hcal_outer_radius
,
detZ
,
0.0
,
2.0
*
M_PI
);
// Create Hcal Barrel volume with material Steel235
...
...
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