From 1660e2bcc7b9e5cf0591590cdf4dba676c7a05df Mon Sep 17 00:00:00 2001 From: Frank Gaede Date: Wed, 18 Apr 2018 18:17:51 +0200 Subject: [PATCH] update MarlinReco tov01-24-01 --- doc/release_notes_ilcsoft_v02-00.md | 10 +++++++++- releases/v02-00/release-versions.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/release_notes_ilcsoft_v02-00.md b/doc/release_notes_ilcsoft_v02-00.md index 5049b5f2..c35b85c8 100644 --- a/doc/release_notes_ilcsoft_v02-00.md +++ b/doc/release_notes_ilcsoft_v02-00.md @@ -6,7 +6,15 @@ for the IDR. Packages changed wrt. to v01-19-06: -# MarlinReco v01-24 +## MarlinReco v01-24-01 + +* 2018-04-18 Ete Remi ([PR#51](https://github.com/ilcsoft/MarlinReco/pull/51)) + - RecoMCThruthLinker processor + - Turned WARNING message to DEBUG9 to avoid log pollution + - this warning occurs only for the SDHcal case where one SimCalorimeterHit can create more than CalorimeterHit + + +## MarlinReco v01-24 * 2018-04-10 Guillaume ([PR#48](https://github.com/ilcsoft/MarlinReco/pull/48)) - SDHCAL digitizer : diff --git a/releases/v02-00/release-versions.py b/releases/v02-00/release-versions.py index 4c200288..6e3fa4ce 100644 --- a/releases/v02-00/release-versions.py +++ b/releases/v02-00/release-versions.py @@ -182,7 +182,7 @@ MarlinDD4hep_version = "v00-06" -MarlinReco_version = "v01-24" +MarlinReco_version = "v01-24-01" ILDPerformance_version = "v01-06"