- May 27, 2014
-
-
Frank Gaede authored
virtual Vector2D globalToLocal( const Vector3D& point) const ; virtual Vector3D localToGlobal( const Vector2D& point) const ; - implementation in VolSurface/Surface for planes - added simple tests in test_surface - to be done: cylinders ...
-
Christoph Rosemann authored
-- Compuzius
-
Christoph Rosemann authored
include/DDSurfaces/Vector3D.h:212:11: error: ‘fabs’ is not a member of ‘std’
-
Frank Gaede authored
- changed ISurface interface for u(),v(),normal() to return Vector3D rather than const Vector3d& - added some documentation for Surface methods
-
- May 23, 2014
-
-
Frank Gaede authored
-
- May 22, 2014
-
-
Frank Gaede authored
-
- May 21, 2014
-
-
Markus Frank authored
-
Frank Gaede authored
-
Frank Gaede authored
- GEAR is now only used if DD4HEP_WITH_GEAR is true
-
Frank Gaede authored
to MaterialManager - improved utility print_materials to print material properties along a straight line between two points including integrated radiation and interaction lengths (useful for debugging geometries and materials) - use averaged material for Surfaces where the thickness extends beyond the volume - added release notes for material stuff
-
Frank Gaede authored
-
- May 20, 2014
-
-
Frank Gaede authored
- to be used for averaging materials for tracking surfaces ...
-
Frank Gaede authored
a non-const double* as argument for TGeoShape::Contains() using const_cast<double*>
-
Frank Gaede authored
- added simple utility print_materials.cc - started to implement averaging materials for surfaces - issue with ILDExDet geometry and assemblies ...
-
- May 19, 2014
-
-
Frank Gaede authored
- use in DDRec::SurfaceMaterial - added explicit method double * const_array() to DDSurfaces::Vector3D in order to fix issue with conversion operator that is not recognized by some compilers
-
- May 12, 2014
-
-
Markus Frank authored
-
- May 09, 2014
-
-
Frank Gaede authored
-
Frank Gaede authored
- added DDSurfaces to Doxygen - cleaned up DDSurfaces to have only pure abstract base classes (interfaces)
-
Frank Gaede authored
- no superseeded by pure abstract ISurface and IMaterial
-
- May 07, 2014
-
-
Frank Gaede authored
-
- May 06, 2014
-
-
Frank Gaede authored
- draw sensitive surfaces in red and helper surfaces in gray - protect against missing lcio input file - reduced printout from VolumeManager (changed INFO to DEBUG)
-
Frank Gaede authored
access to cylinider radius for the tracking
-
Frank Gaede authored
-
- Apr 30, 2014
-
-
Frank Gaede authored
as this causes template lookup errors on some machines : -> use explicit conversion with to<T>() instead
-
- Apr 29, 2014
-
-
Frank Gaede authored
-
Frank Gaede authored
to provide some hierarchical strucutre to the geometry
-
Frank Gaede authored
( copy did not work )
-
Frank Gaede authored
- ILD examples for now include internal header DetectorInterna.h - minor fixes for printing ISurfaces - added drawing of z-planes inside tubes (TPC endcap) - tried to add copy c'tor foe extension object VolSurfaceList -> causes seg. fault ...
-
- Apr 28, 2014
-
-
Markus Frank authored
Hopefully I got the assemblies right now. Assembly test added in examples/ClientTests. Please see also doc/release.notes
-
- Apr 25, 2014
-
-
Markus Frank authored
-
Markus Frank authored
-
Frank Gaede authored
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-