From f157158ed22e0ec97aa31d60deaea0daeb8f0df4 Mon Sep 17 00:00:00 2001 From: Markus Frank <markus.frank@cern.ch> Date: Tue, 10 Sep 2013 13:01:58 +0000 Subject: [PATCH] Add more explicit error messages in case a plugin is not found. See doc/release.notes. --- doc/release.notes | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/release.notes b/doc/release.notes index 2069ebb8a..e34b42004 100644 --- a/doc/release.notes +++ b/doc/release.notes @@ -1,5 +1,25 @@ DD4hep ---- Release Notes ================================= + + +2013/10/09 Markus Frank +-------------------------- + - Add more explicit error messages in case a plugin is not found. + - Add file TGeoUnits.h, which allows to use the "usual SystemOfUnits" + from CLHEP using TGeo with the namespace tgeo::xxx + Example: tgeo::mm -> 0.1 (Geant3: cm, sec, GeV, degree) + ::mm -> 1.0 (Geant4: mm, nsec, MeV, radian) + I hope I got all translations right. + Geant4 Geant3 + ---------------------------------------------------------------- + millimeter mm=1,cm=10 centimeter mm=0.1,cm=1 + nanosecond s=1e9 second ns=1e-9,s=1 + Mega electron Volt GeV=1e3 GeV GeV=1 + radian rad=1 degree rad=180/pi + + Unclear to me was if in Geant3 steradian is also 2*2*pi or 2*2*180 degree. + + -------- | vXX-YY ---- -------- -- GitLab