- Jul 02, 2014
-
-
Markus Frank authored
-
Frank Gaede authored
-
Frank Gaede authored
-
Markus Frank authored
-
Markus Frank authored
-
- Jul 01, 2014
-
-
Markus Frank authored
-
Markus Frank authored
-
Frank Gaede authored
such that other user actions can access it (e.g. for adding the MCParticle collection)
-
Frank Gaede authored
-
Frank Gaede authored
-
Frank Gaede authored
-
Frank Gaede authored
-
- Jun 30, 2014
-
-
Markus Frank authored
-
- Jun 27, 2014
-
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
- Jun 26, 2014
-
-
Frank Gaede authored
-
Frank Gaede authored
-
Markus Frank authored
-
- Jun 20, 2014
-
-
Frank Gaede authored
-
- Jun 19, 2014
-
-
Markus Frank authored
-
Frank Gaede authored
- renamed namespace tgeo to dd4hep -> users need to replace tgeo::mm by dd4hep::mm
-
Frank Gaede authored
-
- Jun 16, 2014
-
-
Frank Gaede authored
-
Frank Gaede authored
- protect against missing collections in test_surfaces
-
- Jun 12, 2014
-
-
Frank Gaede authored
- enforce usage of units from TGeoUnits.h in xml expression evaluators - convert to degrees for angles in TGeoShapes constructors - NB: there is one inconsistency left here: angles returned from TGeoShapes are already in degrees, this is the one case where a quantity returned from DD4hep/TGeo does not have the default units - thus one should not write double phi = coneSeg.Phi1() / tgeo::rad ; but rather double phi = coneSeg.Phi1() * tgeo::deg ;
-
- Jun 11, 2014
-
-
Markus Frank authored
-
Frank Gaede authored
-
- Jun 03, 2014
-
-
Markus Frank authored
-
- Jun 02, 2014
-
-
Markus Frank authored
-
- May 28, 2014
-
-
Frank Gaede authored
for cylindrical surfaces
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
- 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
-