Skip to content
Snippets Groups Projects
Commit 2cbda3e6 authored by Frank Gaede's avatar Frank Gaede Committed by Frank Gaede
Browse files

add DetectorData classes to python

parent 95d6c51e
No related branches found
No related tags found
No related merge requests found
......@@ -80,12 +80,12 @@ def import_rec():
import_namespace_item('rec','Vector3D')
import_namespace_item('rec','SurfaceManager')
import_namespace_item('rec','StructExtension<FixedPadSizeTPCStruct>')
import_namespace_item('rec','StructExtension<ZPlanarStruct>')
import_namespace_item('rec','StructExtension<ZDiskPetalsStruct>')
import_namespace_item('rec','StructExtension<ConicalSupportStruct>')
import_namespace_item('rec','StructExtension<LayeredCalorimeterStruct>')
import_namespace_item('rec','StructExtension<NeighbourSurfacesStruct>')
import_namespace_item('rec','FixedPadSizeTPCData')
import_namespace_item('rec','ZPlanarData')
import_namespace_item('rec','ZDiskPetalsData')
import_namespace_item('rec','ConicalSupportData')
import_namespace_item('rec','LayeredCalorimeterData')
import_namespace_item('rec','NeighbourSurfacesData')
# Now instantiate the entire thing
import_rec()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment