Skip to content

Commit

Permalink
Release Notes for v00-07
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Oct 7, 2024
1 parent 003f22e commit ca25a02
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions doc/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
# v00-07

* 2024-10-04 tmadlener ([PR#130](https://github.com/key4hep/k4SimDelphes/pull/130))
- Make MC-Reco links comparisons pass even if they are not the same order in EDM4hep and Delphes as long as all the links are present.

* 2024-10-04 tmadlener ([PR#128](https://github.com/key4hep/k4SimDelphes/pull/128))
- Move away from the deprecated `Association`s to the new `Link`s (see[EDM4hep#341](https://github.com/key4hep/EDM4hep/pull/341))
- The **`MCRecoAssociationCollectionName` output configuration parameter has been deprecated** and is **replaced by `RecoMCParticleLinkCollectionName`**. For the time being both will keep working, but the former will be removed in one of the upcoming releases. The default configuration has been adjusted accordingly.
- Remove a few long outdated examples

* 2024-10-04 jmcarcell ([PR#127](https://github.com/key4hep/k4SimDelphes/pull/127))
- Use the Key4hepConfig flag to set the standard, compiler flags and rpath magic.
- Fix compiler warnings that were uncovered by this

* 2024-07-30 jmcarcell ([PR#126](https://github.com/key4hep/k4SimDelphes/pull/126))
- Do not link to GaudiAlgLib
- Add the necessary changes to the algorithm, use `Gaudi::Algorithm`, make `execute()` const and add a `const EventContext&`
- Add mutable to some elements that are changed; add const to some functions so that they can be called inside `execute(const EventContext&) const`

* 2024-07-29 tmadlener ([PR#125](https://github.com/key4hep/k4SimDelphes/pull/125))
- Fix a bug where the event loop was not entered in `DelphesROOT_EDM4HEP`

* 2024-07-29 jmcarcell ([PR#120](https://github.com/key4hep/k4SimDelphes/pull/120))
- Delete the version checks for Podio before 1.0

* 2024-07-16 tmadlener ([PR#121](https://github.com/key4hep/k4SimDelphes/pull/121))
- Store the dN/dx information from Delphes into a dedicated `RecDqdx` collection and relate the objects back to the tracks to keep things working after [EDM4hep#311](https://github.com/key4hep/EDM4hep/pull/311)

* 2024-06-26 jmcarcell ([PR#119](https://github.com/key4hep/k4SimDelphes/pull/119))
- Don't set setRadiusOfInnermostHit for EDM4hep tracks

* 2024-05-01 tmadlener ([PR#117](https://github.com/key4hep/k4SimDelphes/pull/117))
- Make the `ParticleID`s that are populated point back to the `ReconstructedParticle`s they belong to as required by [key4hep/EDM4hep#268](https://github.com/key4hep/EDM4hep/pull/268)

* 2024-03-11 tmadlener ([PR#118](https://github.com/key4hep/k4SimDelphes/pull/118))
- Switch to the non-deprecated accessor function after changes in EDM4hep ([key4hep/EDM4hep#273](https://github.com/key4hep/EDM4hep/pull/273))

* 2024-02-22 tmadlener ([PR#113](https://github.com/key4hep/k4SimDelphes/pull/113))
- Switch from `edm4hep::TrackerHit` to `edm4hep::TrackerHit3D` after its renaming upstream (https://github.com/key4hep/EDM4hep/pull/252) allowing for a transparent migration.

# v00-06-02

* 2024-02-22 tmadlener ([PR#116](https://github.com/key4hep/k4simdelphes/pull/116))
Expand Down

0 comments on commit ca25a02

Please sign in to comment.