From 9a8bc58ab170ef192ac5914adcb51a72b1617f8e Mon Sep 17 00:00:00 2001 From: Frank Gaede <gaede@desy.de> Date: Wed, 28 Mar 2018 16:19:05 +0200 Subject: [PATCH] Release Notes for v01-07 --- doc/ReleaseNotes.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index 2f3e91f89..2d09115ed 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -1,5 +1,25 @@ # v01-07 +* 2018-03-26 Javier Cervantes Villanueva ([PR#343](https://github.com/AIDASoft/DD4hep/pull/343)) + - Fix bug in calculating eta, introduced in #138 + - use `magFromXYZ` instead of `radiusFromXYZ` to calculate pseudorapidity + +* 2018-03-19 Marko Petric ([PR#338](https://github.com/AIDASoft/DD4hep/pull/338)) + - Include fixes from Chris Burr for the alignments calculator. + - Add a small study for the LHCb upgrade defining reasonable detector element conditions for the Velo pixel detector using the DDCond derived condition mechanism. + - To be done: somehow get an example for this mechanism, which works outside Gaudi. + +* 2018-03-23 Markus Frank ([PR#340](https://github.com/AIDASoft/DD4hep/pull/340)) + - Improvement for DDDB - case study to implement real-world detector elements. + +* 2018-03-28 Marko Petric ([PR#345](https://github.com/AIDASoft/DD4hep/pull/345)) + - Remove `DDSurfaces` folder as it was merged in `DDRec` + +* 2018-03-28 Marko Petric ([PR#341](https://github.com/AIDASoft/DD4hep/pull/341)) + - Remove top level `DDSegmentation` folder as it is not needed anymore + +# v01-07 + * 2018-03-26 Javier Cervantes Villanueva ([PR#343](https://github.com/AIDASoft/DD4hep/pull/343)) - Fix bug in calculating eta, introduced in #138 - use `magFromXYZ` instead of `radiusFromXYZ` to calculate pseudorapidity -- GitLab