Published November 18, 2021
| Version v01-19
Software
Open
AIDASoft/DD4hep: v01-19
Contributors
- 1. University of Bonn
- 2. CERN
- 3. University of Liverpool
- 4. DESY
- 5. ANL
Description
v01-19
2021-11-12 Markus Frank (PR#882)
- See issue in github: https://github.com/AIDASoft/DD4hep/issues/881
- Material properties have changed in Geant4 between version 10 and 11.
- This fix should fix the compilation problems and take new properties in Geant4.11 into account.
2021-11-12 MarkusFrankATcernch (PR#876)
- Fix cmake issue when using cmake 3.16.3 (or any of the other versions of cmake that require special python version handling presumably) in a dependent package.
2021-11-10 Ben Couturier (PR#880)
- Added the default move constructor and default move assignment operator to dd4hep::detail::ConditionObject and dd4hep::NamedObject
2021-11-03 Markus Frank (PR#877)
- To not compromize client code with an enforced termination handler, the DD4hep termination handler moved to DDG4, where it actually is needed. In DDG4 the termination handler is activated when the main Geant4Kernel instance is created. Reasoning: Please see issue https://github.com/AIDASoft/DD4hep/issues/874 .
- Throw an exception if clients ask a DetElement handle for a child by name if such a child is not present or the handle is invalid. This is the new default now. The old behaviour is kept with a second accessor for children by name, with an explicit statement that an exception is unwanted such as: child = DetElement::child("name", false) Please see issue: https://github.com/AIDASoft/DD4hep/issues/878.
2021-10-13 Markus Frank (PR#873)
- Remove internal classes from evaluator. Use STL provided classes
- Remove hidden clashes with CLHEP evaluator (move internal class Item to anonymous namespace)
2021-09-22 Wouter Deconinck (PR#872)
- Allow for specifying MomentumMin and MomentumMax in Geant4IsotropeGenerator
2021-09-15 Markus Frank (PR#871)
- Finalize CAD stuff.
- Fix issue https://github.com/AIDASoft/DD4hep/issues/870
Notes
Files
AIDASoft/DD4hep-v01-19.zip
Files
(41.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:a495afb973fe2f00204d302e3356968d
|
41.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/AIDASoft/DD4hep/tree/v01-19 (URL)