Skip to content

Commit

Permalink
- v01-19-05(pre07), update Marlin and lcgeo
Browse files Browse the repository at this point in the history
  • Loading branch information
gaede committed Nov 22, 2017
1 parent 6e625b6 commit fe862ca
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
25 changes: 23 additions & 2 deletions doc/release_notes_ilcsoft_v01-19-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,22 @@ Packages changed wrt. to v01-19-04.
* 2017-09-28 Marko Petric ([PR#38](https://github.com/ilcsoft/lcio/pull/38))
- Correct LCIO_MINOR_VERSION

## lcgeo v00-15-02
## lcgeo v00-15-03

* 2017-11-22 Frank Gaede ([PR#182](https://github.com/ilcsoft/lcgeo/pull/182))
- update the documentation for the ILD detector models in `./ILD/compact/Readme.md`

* 2017-11-22 TiborILD ([PR#180](https://github.com/ilcsoft/lcgeo/pull/180))
- Bug fixing and modifications in ILD_l2_v02 model
- Removed 1st comment line from Hcal_EndcapRing_SD_v01.xml preventing to appear this detector in the geometry
- alligned Hcal_EndcapRing_SD to the back envelope and replaced the material of the remaining free space at the start of this detector by air
- reduced the thickness of HcalSD_back_plate from 15->10 mm; gain of additional layer in Endcaps; now at (47/48)
- ILD_l2_v02 stands for SDHCAL technology in VIDEAU geometry
- some modifications in Hcal_Endcaps_SD_v01, Hcal_Endcaps_SD_v02
- Added ILD_l6_v02 for SDHCAL technology in TESLA geometry
- Added ILD_s6_v02 a small version w/SDHCAL in TESLA geomtry

### lcgeo v00-15-02

* 2017-11-20 Daniel Jeans ([PR#181](https://github.com/ilcsoft/lcgeo/pull/181))
- bug fix for ILD_l/s5 models
Expand Down Expand Up @@ -428,7 +443,13 @@ Packages changed wrt. to v01-19-04.
- Drop unused and no longer existing header includes AidaSoft/DD4hep#241


## Marlin v01-15-01
## Marlin v01-15-02

* 2017-11-22 Ete Remi ([PR#26](https://github.com/ilcsoft/Marlin/pull/26))
- Added specific xml tree parsing to remove the output steering file name from the xml tree after parsing
- avoid to re-generate repeatably parsed steering files after a first parsing

### Marlin v01-15-01

* 2017-11-15 Ete Remi ([PR#25](https://github.com/ilcsoft/Marlin/pull/25))
- remove exception thrown in ProcessorMgr::processRunHeader() if gear detector name is different from the one in the lcio file, and just warn the user
Expand Down
6 changes: 3 additions & 3 deletions releases/v01-19/release-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import datetime

# --------- ilcsoft release version ------------------------------------------
ilcsoft_release='v01-19-05-pre06'
ilcsoft_release='v01-19-05'
# ----------------------------------------------------------------------------

#-----------------------
Expand Down Expand Up @@ -187,7 +187,7 @@

MarlinUtil_version = "v01-14"

Marlin_version = "v01-15-01"
Marlin_version = "v01-15-02"

MarlinDD4hep_version = "v00-05"

Expand Down Expand Up @@ -228,7 +228,7 @@
DD4hep_version = "v01-05"
DD4hepExamples_version = "v01-05"

lcgeo_version = "v00-15-02"
lcgeo_version = "v00-15-03"

Physsim_version = "v00-04"

Expand Down

0 comments on commit fe862ca

Please sign in to comment.