|
1 |
| -# v00-21-pre |
| 1 | +# v00-21 |
| 2 | + |
| 3 | +* 2017-04-03 Marko Petric ([PR#142](https://github.com/AIDASoft/DD4hep/pull/142)) |
| 4 | + - Update to the CI system: |
| 5 | + - Install directly cvmfs on base system, which removes the need for the parrot connector |
| 6 | + - Replace CernVM docker with plain docker |
| 7 | + - This reduces the build run time from 50 min to 25 min |
| 8 | + |
| 9 | +* 2017-03-27 Shaojun Lu ([PR#134](https://github.com/AIDASoft/DD4hep/pull/134)) |
| 10 | + - Set verbose true for G4EmSaturation to printout Birks coefficient. |
| 11 | + |
| 12 | +* 2017-03-29 Frank Gaede ([PR#139](https://github.com/AIDASoft/DD4hep/pull/139)) |
| 13 | + - add a utility to dump the B-field for a given Volume |
| 14 | + - usage: dumpBfield compact.xml x y z dx dy dz [in cm] |
| 15 | + - will dump the B-field in volume [-x:x,-y:y,-z,z] with steps [dx,dy,dz] |
| 16 | + |
| 17 | +* 2017-03-29 Joschka Lingemann ([PR#138](https://github.com/AIDASoft/DD4hep/pull/138)) |
| 18 | + - Direct implementation that calculates eta from cartesian coordinates |
| 19 | + - Fix: Add registration of Phi-Eta segmentation |
| 20 | + |
| 21 | +* 2017-03-29 Joschka Lingemann ([PR#137](https://github.com/AIDASoft/DD4hep/pull/137)) |
| 22 | + - Adding GridRPhiEta a segmentation of equidistant size in R, Phi and Pseudorapidity |
| 23 | + - Adding GridPhiEta a segmentation of equidistant size in Phi and Pseudorapidity |
| 24 | + |
| 25 | +* 2017-03-28 Markus Frank ([PR#135](https://github.com/AIDASoft/DD4hep/pull/135)) |
| 26 | + - Accidentally the Segmentations of Joschka were added in the wrong place of the hierarchy. |
| 27 | + I removed them. He will later add them to the proper location. |
| 28 | + - Some C++ warnings concerning the C++11 standard were also fixed. |
| 29 | + |
| 30 | +* 2017-03-24 Yorgos Voutsinas ([PR#132](https://github.com/AIDASoft/DD4hep/pull/132)) |
| 31 | + - modifying the LayeredCalorimeterData struct in order to cope with conical shaped calorimeters |
| 32 | + |
| 33 | +* 2017-03-31 Markus Frank ([PR#143](https://github.com/AIDASoft/DD4hep/pull/143)) |
| 34 | + - Add new test for multi segment multi collections segmentations using a calorimeter endcap. |
| 35 | + See also: https://github.com/AIDASoft/DD4hep/issues/141, which is still unresolved, |
| 36 | + but seems not to be directly related to the Monte-Carlo truth handling. |
| 37 | + - Side effect: add Geant4EventActions to dump hits and particles |
| 38 | + - Fix a linker problem for unicode tags. |
| 39 | + |
| 40 | +* 2017-03-31 Frank Gaede ([PR#140](https://github.com/AIDASoft/DD4hep/pull/140)) |
| 41 | + - clarify documentation for CartesianField and implementations |
| 42 | + - make clear that void fieldComponents() has to add |
| 43 | + the new field to the given field vector |
2 | 44 |
|
3 | 45 | Marko Petric 2017-03-23
|
4 | 46 | - Convert Release notes to markdown
|
|
0 commit comments