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
2cbda3e6
Commit
2cbda3e6
authored
7 years ago
by
Frank Gaede
Committed by
Frank Gaede
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add DetectorData classes to python
parent
95d6c51e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDRec/python/DDRec.py
+6
-6
6 additions, 6 deletions
DDRec/python/DDRec.py
with
6 additions
and
6 deletions
DDRec/python/DDRec.py
+
6
−
6
View file @
2cbda3e6
...
...
@@ -80,12 +80,12 @@ def import_rec():
import_namespace_item
(
'
rec
'
,
'
Vector3D
'
)
import_namespace_item
(
'
rec
'
,
'
SurfaceManager
'
)
import_namespace_item
(
'
rec
'
,
'
StructExtension<
FixedPadSizeTPC
Struct>
'
)
import_namespace_item
(
'
rec
'
,
'
StructExtension<ZPlanarStruct>
'
)
import_namespace_item
(
'
rec
'
,
'
StructExtension<
ZDiskPetals
Struct>
'
)
import_namespace_item
(
'
rec
'
,
'
StructExtension<
ConicalSupport
Struct>
'
)
import_namespace_item
(
'
rec
'
,
'
StructExtension<
LayeredCalorimeter
Struct>
'
)
import_namespace_item
(
'
rec
'
,
'
StructExtension<
NeighbourSurfaces
Struct>
'
)
import_namespace_item
(
'
rec
'
,
'
FixedPadSizeTPC
Data
'
)
import_namespace_item
(
'
rec
'
,
'
ZPlanarData
'
)
import_namespace_item
(
'
rec
'
,
'
ZDiskPetals
Data
'
)
import_namespace_item
(
'
rec
'
,
'
ConicalSupport
Data
'
)
import_namespace_item
(
'
rec
'
,
'
LayeredCalorimeter
Data
'
)
import_namespace_item
(
'
rec
'
,
'
NeighbourSurfaces
Data
'
)
# Now instantiate the entire thing
import_rec
()
...
...
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