From 3984518f319c77db114691715b6996e0631c023f Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Tue, 17 Feb 2015 13:36:24 +0000 Subject: [PATCH] - updated release notes --- doc/release.notes | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/release.notes b/doc/release.notes index 674bfe899..dfbb444b1 100644 --- a/doc/release.notes +++ b/doc/release.notes @@ -22,6 +22,13 @@ DD4hep ---- Release Notes - Extended IDDecoder to give access to layer, system and barrel/endcap information. (CG) IDDecoder is now independent of Readout object, instead it finds the correct readout based on the cellID / position + - fixed surface implementations: removed inline virtual functions + - added methods: + VolSurface::length_along_u() + VolSurface::length_along_v() + Surface::volumeOrigin() + CylinderSurface::center() + ICylinder::center() - DDG4 (MF) @@ -64,7 +71,9 @@ DD4hep ---- Release Notes - examples - add new test MiniTel(escope) to ClientTests (MF) - moved old obsolete examples to attic - + - add new example: LHeD_tracker (MF) + - add new example: SimpleDetector (FG) + (ILD like VXD and SIT ) - CMake: - made DD4HEP_USE_BOOST an option flag (FG) -- GitLab