Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Releases: key4hep/k4LCIOReader

v00.05

18 Apr 14:46
Compare
Choose a tag to compare

v00.05

  • 2023-03-02 jmcarcell (PR#29)

    • Rename TPCHit -> RawTimeSeries
  • 2023-02-27 jmcarcell (PR#28)

    • Fix a memory leak due to collections not being deleted

v00.04.03

27 Oct 09:52
Compare
Choose a tag to compare

v00.04.03

  • 2022-09-21 Thomas Madlener (PR#27)
    • Make the k4LCIOReader interface conform to podio::IReader again, after AIDASoft/podio#323
      • The newly added functions are just stubs for the moment.

v00.04.02

03 Aug 18:28
Compare
Choose a tag to compare

v00.04.02

  • 2022-06-16 Thomas Madlener (PR#25)

    • Fix the TrackState conversion after time field has been added in key4hep/EDM4hep#138.
      • For now filling a dummy value of -1 and zeroing out the covariance matrix.
  • 2022-05-25 Valentin Volkl (PR#24)

  • 2022-05-25 Valentin Volkl (PR#23)

  • 2022-05-19 Placido Fernandez Declara (PR#22)

    • Handle possible nullptr on conversion that could lead to segfault
  • 2022-03-21 Valentin Volkl (PR#21)

    • tests: fix wget command

v00.04.01

10 Feb 09:12
Compare
Choose a tag to compare

v00.04.01

  • 2022-02-10 Placido Fernandez Declara (PR#20)

    • Add missing method from update podio::IReader interface, fixes #19
  • 2022-01-28 Andre Sailer (PR#18)

    • CI: use github provided docker image
  • 2022-01-28 Placido Fernandez Declara (PR#17)

    • Change association collection to mutable to be able to .set()
  • 2022-01-28 Valentin Volkl (PR#16)

    • BUILD_TESTING is a CTest builtin, no need to declare it as an option
    • use test file from key4hep www space
    • rename read_lcio exe to k4lcioreader_read-lcio - better in case it will be installed in the future
    • simple cli for the read-lcio test (filename)
  • 2021-12-14 Placido Fernandez Declara (PR#15)

    • Add association conversion for ReconstructedParticle to Vertex

    Needs:

  • 2021-12-14 Thomas Madlener (PR#14)

v0.4.0

26 Nov 11:44
Compare
Choose a tag to compare

v0.4.0

  • 2021-11-12 Placido Fernandez Declara (PR#13)

    • Remove nullptr return on cnvAssociationCollection() when there are no elements.
    • If no collections are found, it will return an empty edm4hep::<something>AssociationCollection.
  • 2021-09-09 Placido Fernandez Declara (PR#12)

v0.3.2

14 Apr 16:25
Compare
Choose a tag to compare

v0.3.2

  • 2021-04-09 Placido Fernandez Declara (PR#11)
    • Update file handlling test

v0.3.1

12 Mar 17:42
5d50e51
Compare
Choose a tag to compare

v0.3.1

  • 2021-02-16 Placido Fernandez Declara (PR#9)
    • Exposed the LCIOConverter header to be able to use it from a different project
    • Fixed include folder not captured correctly in CMake

v0.3.0

16 Jan 02:36
d92c743
Compare
Choose a tag to compare

Changes in this release:

  • Support Gaudi v35 and modern CMake.
  • New interfaces openFile/openFiles/closeFile/closeFiles.

v0.2.0

01 Dec 12:10
328da14
Compare
Choose a tag to compare
  • In this release, the Gaudi algorithm LCIOInput is merged into this project.

v0.1.0

26 Nov 08:43
c607b37
Compare
Choose a tag to compare
WIP: rename from K4 to k4 (#5)