- first functional version of surfaces
- see ILDExDet/src/ILDExVXD_geo.cpp and ILDExSimu/src/test_surfaces.cc as examples on how to use them - moved example test_surfaces to ILDExSimu ( tests if hits created in simulation are on the surface) - fixed Surface::distance and Surface::insideBounds to call the correct methods for planes and cylinders ( handles are not polymorphic -> might be better to change VolSurface into plain class )
Showing
- DDRec/include/DDRec/Surface.h 5 additions, 1 deletionDDRec/include/DDRec/Surface.h
- DDRec/src/Surface.cpp 3 additions, 3 deletionsDDRec/src/Surface.cpp
- DDSurfaces/include/DDSurfaces/ISurface.h 1 addition, 1 deletionDDSurfaces/include/DDSurfaces/ISurface.h
- examples/CMakeLists.txt 3 additions, 3 deletionsexamples/CMakeLists.txt
- examples/ILDExDet/CMakeLists.txt 0 additions, 6 deletionsexamples/ILDExDet/CMakeLists.txt
- examples/ILDExDet/src/test_surfaces.cc 0 additions, 57 deletionsexamples/ILDExDet/src/test_surfaces.cc
- examples/ILDExSimu/CMakeLists.txt 28 additions, 4 deletionsexamples/ILDExSimu/CMakeLists.txt
- examples/ILDExSimu/src/test_surfaces.cc 145 additions, 0 deletionsexamples/ILDExSimu/src/test_surfaces.cc
Loading
Please register or sign in to comment