Skip to content

Commit

Permalink
Add tag for k4EDM4hep2LcioConv and add it to release
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 12, 2023
1 parent 4a47851 commit 85dd264
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
24 changes: 21 additions & 3 deletions doc/release_notes_ilcsoft_v02-03-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,27 @@ Patch release for the v02-03 development series (see the [v02-03 release notes](

## New packages

### k4EDM4hep2LcioConv (ilcsoft)
* [ ] TODO: tag
* [key4hep/k4EDM4hep2LcioConv](https://github.com/key4hep/k4EDM4hep2LcioConv)
### k4EDM4hep2LcioConv v00-05 (ilcsoft)
Package containing converters for LCIO to EDM4hep, and vice versa, as well as a
standalone `lcio2edm4hep` conversion executable. Repository: [key4hep/k4EDM4hep2LcioConv](https://github.com/key4hep/k4EDM4hep2LcioConv)

* 2023-07-10 tmadlener ([PR#23](https://github.com/key4hep/k4EDM4hep2LcioConv/pull/23))
- Remove the explicit `clang-format-check` workflow as it is also covered by the `pre-commit` workflow.

* 2023-07-10 Frank Gaede ([PR#20](https://github.com/key4hep/k4EDM4hep2LcioConv/pull/20))
- Add the possibility to convert only a subset of collections and events.
- Fix minor bug in TrackState conversion (covMatrix[15])
- Write `AllCaloHitContributionsCombined` only if needed, i.e. `SimCalorimeterHits` are present in the events in lcio2edm4hep

* 2023-06-13 Finn Johannsen ([PR#11](https://github.com/key4hep/k4EDM4hep2LcioConv/pull/11))
- Add LCIO to EDM4hep conversion functionality with a similar interface as the one that is already present for the other direction.

* 2023-06-07 Thomas Madlener ([PR#16](https://github.com/key4hep/k4EDM4hep2LcioConv/pull/16))
- Match the renaming of `subdetectorHitNumbers` in EDM4hep (cf. [key4hep/EDM4hep#188](https://github.com/key4hep/EDM4hep/pull/188))
- Introduce some guards for the `TPCHit` -> `RawTimeSeries` change in EDM4hep (cf. [key4hep/EDM4hep#179](https://github.com/key4hep/EDM4hep/pull/179))

* 2023-04-19 Leonhard Reichenbach ([PR#13](https://github.com/key4hep/k4EDM4hep2LcioConv/pull/13))
- Add support for EventHeader conversion

## Packages changed wrt. v02-03-01

Expand Down
2 changes: 2 additions & 0 deletions releases/v02-03/release-ilcsoft.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ ilcsoft.install( edm4hep( edm4hep_version ))
ilcsoft.module("edm4hep").envcmake["BUILD_DDG4EDM4HEP"] = 'OFF'
ilcsoft.module("edm4hep").envcmake["USE_EXTERNAL_CATCH2"] = 'OFF'

ilcsoft.install( k4edm4hep2lcioconv( k4edm4hep2lcioconv_version ) )
ilcsoft.module("k4edm4hep2lcioconv").envcmake["USE_EXTERNAL_CATCH2"] = "OFF"

ilcsoft.install( aidaTT( aidaTT_version ))
ilcsoft.module("aidaTT").download.type="GitHub"
Expand Down
2 changes: 1 addition & 1 deletion releases/v02-03/release-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,6 @@

edm4hep_version = "v00-09"

k4edm4hep2lcioconv_version = "HEAD" # TODO: tag
k4edm4hep2lcioconv_version = "v00-05"

Physsim_version = "v00-04-02"

0 comments on commit 85dd264

Please sign in to comment.