This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
Releases: key4hep/k4LCIOReader
Releases · key4hep/k4LCIOReader
v00.05
v00.04.03
v00.04.02
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.
- For now filling a dummy value of
- Fix the TrackState conversion after
-
2022-05-25 Valentin Volkl (PR#24)
- remove HitContributions from Clusters as in key4hep/EDM4hep#140
-
2022-05-25 Valentin Volkl (PR#23)
- remove edx from TrackerHits as in key4hep/EDM4hep#139
-
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
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()
- Change association collection to mutable to be able to
-
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)
- Adapt to the new podio immutable class defaults introduced in AIDASoft/podio#205 and key4hep/EDM4hep#132.
v0.4.0
v0.4.0
-
2021-11-12 Placido Fernandez Declara (PR#13)
- Remove
nullptr
return oncnvAssociationCollection()
when there are no elements. - If no collections are found, it will return an empty
edm4hep::<something>AssociationCollection
.
- Remove
-
2021-09-09 Placido Fernandez Declara (PR#12)
- Adds support for TrackerHitPlane and extra associations
- Needs EDM4hep: key4hep/EDM4hep#122